nfqws: altorder mod for hostfakesplit

This commit is contained in:
bol-van
2025-09-22 17:06:30 +03:00
parent db5dca28b0
commit 245ce41550
3 changed files with 55 additions and 47 deletions

View File

@@ -83,6 +83,7 @@ struct hostfakesplit_mod
{
char host[128];
size_t host_size;
int ordering;
};
typedef enum {SS_NONE=0,SS_SYN,SS_SYNACK,SS_ACKSYN} t_synack_split;