summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-03-26 15:09:03 +0800
committerluwenpeng <[email protected]>2024-03-26 15:09:03 +0800
commiteb281ab7897d2181a2740163d00d55728da968d3 (patch)
treef65c6c2622caea8b4284ecffd8b69415470840f2 /conf
parent5b92d6d8de214f92f5cc0babcaa54ddc2caf2f56 (diff)
session manager support tcp reassembly
Diffstat (limited to 'conf')
-rw-r--r--conf/stellar.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/stellar.toml b/conf/stellar.toml
index 01cd25e..7c20b45 100644
--- a/conf/stellar.toml
+++ b/conf/stellar.toml
@@ -48,3 +48,9 @@ evicted_session_filter_enable = 1
evicted_session_filter_capacity = 1000000
evicted_session_filter_timeout = 10000 # ms, Range: 1-60,000
evicted_session_filter_error_rate = 0.00001
+
+# TCP reassembly (Per direction)
+tcp_reassembly_enable = 1
+tcp_reassembly_max_timeout = 10000 # ms, Range: 1-60,000
+tcp_reassembly_max_segments = 8 # 0: unlimited
+tcp_reassembly_max_bytes = 0 # 0: unlimited