mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-15 01:31:55 +00:00
nfqws: extend conntrack
This commit is contained in:
@@ -51,6 +51,8 @@ typedef struct
|
||||
uint32_t seq0, ack0; // starting seq and ack
|
||||
uint32_t seq_last, ack_last; // current seq and ack
|
||||
uint64_t pcounter_orig, pcounter_reply; // packet counter
|
||||
uint16_t winsize_orig, winsize_reply; // last seen window size
|
||||
uint8_t scale_orig, scale_reply; // last seen window scale factor. SCALE_NONE if none
|
||||
|
||||
bool b_cutoff; // mark for deletion
|
||||
} t_ctrack;
|
||||
|
||||
Reference in New Issue
Block a user