tpws: ipcache

This commit is contained in:
bol-van
2025-05-04 10:42:47 +03:00
parent c626d88f54
commit 9629ce5cb7
7 changed files with 432 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ typedef struct
t_l7proto l7proto;
bool bTamperInCutoff;
bool b_host_checked,b_host_matches,b_ah_check;
bool hostname_discovered;
char *hostname;
struct desync_profile *dp; // desync profile cache
} t_ctrack;