mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-08 06:15:26 +00:00
nfqws: --dpi-desync-fake-tcp-mod=seq
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user