session manager support tcp reassembly
This commit is contained in:
@@ -20,7 +20,7 @@ extern "C"
|
||||
|
||||
struct tcp_reassembly_options
|
||||
{
|
||||
bool enable;
|
||||
uint8_t enable;
|
||||
uint32_t max_timeout;
|
||||
uint32_t max_segments;
|
||||
uint32_t max_bytes;
|
||||
|
||||
Reference in New Issue
Block a user