session manager support tcp reassembly
This commit is contained in:
@@ -44,6 +44,12 @@ struct session_manager_options
|
||||
uint32_t evicted_session_filter_capacity;
|
||||
uint32_t evicted_session_filter_timeout; // ms, Range: 1-60,000
|
||||
double evicted_session_filter_error_rate;
|
||||
|
||||
// TCP reassembly
|
||||
uint8_t tcp_reassembly_enable;
|
||||
uint32_t tcp_reassembly_max_timeout; // ms, Range: 1-60,000
|
||||
uint32_t tcp_reassembly_max_segments; // 0: unlimited
|
||||
uint32_t tcp_reassembly_max_bytes; // 0: unlimited
|
||||
};
|
||||
|
||||
struct session_stat
|
||||
|
||||
Reference in New Issue
Block a user