session_get_tcp_segment() and session_free_tcp_segment() support asynchronous calls
This commit is contained in:
@@ -25,7 +25,8 @@ struct tcp_half
|
||||
{
|
||||
struct tcp_reassembly *assembler;
|
||||
struct tcp_segment in_order;
|
||||
|
||||
uint32_t in_order_ref;
|
||||
|
||||
uint32_t seq;
|
||||
uint32_t ack;
|
||||
uint16_t len;
|
||||
|
||||
Reference in New Issue
Block a user