session manager support tcp reassembly
This commit is contained in:
@@ -36,6 +36,12 @@ struct session_manager_options opts = {
|
||||
.evicted_session_filter_capacity = 1000,
|
||||
.evicted_session_filter_timeout = 10,
|
||||
.evicted_session_filter_error_rate = 0.0001,
|
||||
|
||||
// TCP Reassembly
|
||||
.tcp_reassembly_enable = 1,
|
||||
.tcp_reassembly_max_timeout = 60000,
|
||||
.tcp_reassembly_max_segments = 0,
|
||||
.tcp_reassembly_max_bytes = 0,
|
||||
};
|
||||
|
||||
#if 1
|
||||
|
||||
Reference in New Issue
Block a user