mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-08 06:15:26 +00:00
nfqws: --ip-id
This commit is contained in:
@@ -97,6 +97,7 @@ struct tcp_mod
|
||||
};
|
||||
|
||||
typedef enum {SS_NONE=0,SS_SYN,SS_SYNACK,SS_ACKSYN} t_synack_split;
|
||||
typedef enum {IPID_SEQ=0,IPID_SEQ_GROUP,IPID_RND,IPID_ZERO} t_ip_id_mode;
|
||||
|
||||
struct desync_profile
|
||||
{
|
||||
@@ -109,6 +110,8 @@ struct desync_profile
|
||||
|
||||
t_synack_split synack_split;
|
||||
|
||||
t_ip_id_mode ip_id_mode;
|
||||
|
||||
bool hostcase, hostnospace, domcase, methodeol;
|
||||
char hostspell[4];
|
||||
enum dpi_desync_mode desync_mode0,desync_mode,desync_mode2;
|
||||
|
||||
Reference in New Issue
Block a user