From eb281ab7897d2181a2740163d00d55728da968d3 Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Tue, 26 Mar 2024 15:09:03 +0800 Subject: session manager support tcp reassembly --- conf/stellar.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3