diff options
Diffstat (limited to 'net/colo.h')
-rw-r--r-- | net/colo.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/colo.h b/net/colo.h index 6720a3a8b7..7c524f3a1c 100644 --- a/net/colo.h +++ b/net/colo.h @@ -62,6 +62,13 @@ typedef struct Connection { /* flag to enqueue unprocessed_connections */ bool processing; uint8_t ip_proto; + /* offset = secondary_seq - primary_seq */ + tcp_seq offset; + /* + * we use this flag update offset func + * run once in independent tcp connection + */ + int syn_flag; } Connection; uint32_t connection_key_hash(const void *opaque); |