mirror of
https://github.com/bol-van/zapret.git
synced 2025-08-10 01:02:03 +03:00
nfqws: --synack-split select syn or ack first
This commit is contained in:
@@ -75,6 +75,8 @@ struct fake_tls_mod
|
||||
uint32_t mod;
|
||||
};
|
||||
|
||||
typedef enum {SS_NONE=0,SS_ACK,SS_SYN} t_synack_split;
|
||||
|
||||
struct desync_profile
|
||||
{
|
||||
int n; // number of the profile
|
||||
@@ -84,7 +86,7 @@ struct desync_profile
|
||||
char wssize_cutoff_mode; // n - packets, d - data packets, s - relative sequence
|
||||
unsigned int wssize_cutoff;
|
||||
|
||||
bool synack_split;
|
||||
t_synack_split synack_split;
|
||||
|
||||
bool hostcase, hostnospace, domcase, methodeol;
|
||||
char hostspell[4];
|
||||
|
Reference in New Issue
Block a user