nfqws: separate ipv4/6 ttl setting

This commit is contained in:
bol-van
2021-12-10 22:08:52 +03:00
parent e926172ed8
commit 545c9a4730
12 changed files with 32 additions and 23 deletions

View File

@@ -34,7 +34,7 @@ struct params_s
bool desync_retrans,desync_skip_nosni,desync_any_proto;
int desync_repeats,desync_split_pos;
unsigned int desync_cutoff;
uint8_t desync_ttl;
uint8_t desync_ttl, desync_ttl6;
uint8_t desync_tcp_fooling_mode;
uint32_t desync_fwmark; // unused in BSD
char hostfile[256];