bugfix: call duplicated packet filter too many times
This commit is contained in:
@@ -49,7 +49,7 @@ struct session_manager_options
|
||||
// TCP reassembly
|
||||
uint8_t tcp_reassembly_enable;
|
||||
uint32_t tcp_reassembly_max_timeout; // range: [1, 60000] (ms)
|
||||
uint32_t tcp_reassembly_max_segments; // range: [2, 32]
|
||||
uint32_t tcp_reassembly_max_segments; // range: [2, 512]
|
||||
};
|
||||
|
||||
struct session_manager_stat
|
||||
|
||||
Reference in New Issue
Block a user