summaryrefslogtreecommitdiff
path: root/conf/stellar.toml
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-04-08 12:10:25 +0800
committerluwenpeng <[email protected]>2024-04-08 12:10:25 +0800
commitdaff1ecbc734dd6c0f68af86be00059faea164a2 (patch)
tree09832ac3cd2033103603ab19b061bc3c8d05a14d /conf/stellar.toml
parentc8beafe0819d8fbacdbb51f33ff1155246a9646a (diff)
When tcp reassembly is turned off, all tcp segments are considered in order
Diffstat (limited to 'conf/stellar.toml')
-rw-r--r--conf/stellar.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml
index 5cf9e2e..95956c1 100644
--- a/conf/stellar.toml
+++ b/conf/stellar.toml
@@ -52,4 +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 \ No newline at end of file
+tcp_reassembly_max_segments = 32 # range: [2, 32] \ No newline at end of file