nfqws: --dpi-desync-hostfakesplit-mod

This commit is contained in:
bol-van
2025-09-22 09:51:25 +03:00
parent d8f9ba29c3
commit 170e9d7ffd
3 changed files with 91 additions and 4 deletions

View File

@@ -76,9 +76,14 @@ struct fake_tls_mod_cache
};
struct fake_tls_mod
{
char sni[64];
char sni[128];
uint32_t mod;
};
struct hostfakesplit_mod
{
char host[128];
size_t host_size;
};
typedef enum {SS_NONE=0,SS_SYN,SS_SYNACK,SS_ACKSYN} t_synack_split;
@@ -132,6 +137,8 @@ struct desync_profile
struct fake_tls_mod tls_mod_last;
struct blob_item *tls_fake_last;
struct hostfakesplit_mod hfs_mod;
int udplen_increment;
bool filter_ipv4,filter_ipv6;