Add support for TCP port reuse (same tuple6 but different ISN) in session manager: evict old session and create new session
This commit is contained in:
@@ -26,7 +26,8 @@ struct tcp_half
|
||||
struct tcp_reassembly *assembler;
|
||||
struct tcp_segment in_order;
|
||||
uint32_t in_order_ref;
|
||||
|
||||
|
||||
uint32_t isn;
|
||||
uint32_t seq;
|
||||
uint32_t ack;
|
||||
uint16_t len;
|
||||
|
||||
Reference in New Issue
Block a user