summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-04-02 16:21:39 +0800
committerluwenpeng <[email protected]>2024-04-03 15:45:08 +0800
commite8e60cee6d6b2feda0ea18fd92f443322fa9b982 (patch)
tree31b450edece340dc91dd8e981223c0381f2da733 /conf
parenta509f0ce3b92c3b51d0cc59db8605b0205e41ad9 (diff)
Refactor TCP reassembly, the session knows where the TCP segment comes from: raw packet or tcp segment queue
Diffstat (limited to 'conf')
-rw-r--r--conf/stellar.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml
index e205161..5cf9e2e 100644
--- a/conf/stellar.toml
+++ b/conf/stellar.toml
@@ -52,5 +52,4 @@ evicted_session_filter_error_rate = 0.00001 # range: [0.0, 1.0]
# TCP reassembly (Per direction)
tcp_reassembly_enable = 1
tcp_reassembly_max_timeout = 10000 # range: [1, 60000] (ms)
-tcp_reassembly_max_segments = 32 # 0: unlimited
-tcp_reassembly_max_bytes = 46720 # 0: unlimited
+tcp_reassembly_max_segments = 32 # 0: unlimited \ No newline at end of file