nfqws: --dpi-desync-fake-tcp-mod=seq

This commit is contained in:
bol-van
2025-09-23 10:50:51 +03:00
parent 59bce0036b
commit e384f88931
4 changed files with 63 additions and 3 deletions

View File

@@ -85,6 +85,10 @@ struct hostfakesplit_mod
size_t host_size;
int ordering;
};
struct tcp_mod
{
bool seq;
};
typedef enum {SS_NONE=0,SS_SYN,SS_SYNACK,SS_ACKSYN} t_synack_split;
@@ -140,6 +144,8 @@ struct desync_profile
struct hostfakesplit_mod hfs_mod;
struct tcp_mod tcp_mod;
int udplen_increment;
bool filter_ipv4,filter_ipv6;