Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: minor reorder struct members

This commit is contained in:
bol-van
2025-12-13 22:13:04 +03:00
parent d1128a8bc6
commit 0aac2965c1

View File

@@ -25,9 +25,9 @@ typedef struct
// tcp only state, not used in udp
uint32_t seq0; // starting seq and ack
uint16_t winsize; // last seen window size
uint8_t scale; // last seen window scale factor. SCALE_NONE if none
uint32_t winsize_calc; // calculated window size
uint16_t mss;
uint32_t winsize_calc; // calculated window size
uint8_t scale; // last seen window scale factor. SCALE_NONE if none
} t_ctrack_position;
typedef struct