diff options
| author | luwenpeng <[email protected]> | 2024-04-02 16:21:39 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-04-03 15:45:08 +0800 |
| commit | e8e60cee6d6b2feda0ea18fd92f443322fa9b982 (patch) | |
| tree | 31b450edece340dc91dd8e981223c0381f2da733 /conf | |
| parent | a509f0ce3b92c3b51d0cc59db8605b0205e41ad9 (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.toml | 3 |
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 |
