diff options
| author | yangwei <[email protected]> | 2024-04-10 14:33:41 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-04-12 00:42:29 +0800 |
| commit | 3bb30afc483bc0297b7b88901818021d3045d1d5 (patch) | |
| tree | 1e5858e311a4d1d8b873cb9b7f5e76588606dcd8 /benchmark | |
| parent | a5aa6dbcffe729265571bfa2ee073c822172e318 (diff) | |
🐞 fix(Fix TSG-19781): tcp正序数据错误的被移动至closing表
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/sapp_default_config/etc/sapp.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/sapp_default_config/etc/sapp.toml b/benchmark/sapp_default_config/etc/sapp.toml index 926c0e9..1144cf8 100644 --- a/benchmark/sapp_default_config/etc/sapp.toml +++ b/benchmark/sapp_default_config/etc/sapp.toml @@ -91,6 +91,7 @@ ### note, stream_id_base_time format is "%Y-%m-%d %H:%M:%S" stream_id_base_time="2021-01-01 00:00:00" [stream.tcp] + reorder_on_closing=1 max=10000 timeout=60 syn_mandatory=1 |
