diff options
Diffstat (limited to 'conf/stellar.toml')
| -rw-r--r-- | conf/stellar.toml | 6 |
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 |
