mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
nfqws2: regression
This commit is contained in:
@@ -13,8 +13,10 @@
|
|||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#define DPI_DESYNC_FWMARK_DEFAULT 0x40000000
|
#define DPI_DESYNC_FWMARK_DEFAULT 0x40000000
|
||||||
#else
|
#elif defined(SO_USER_COOKIE)
|
||||||
#define DPI_DESYNC_FWMARK_DEFAULT 512
|
#define DPI_DESYNC_FWMARK_DEFAULT 512
|
||||||
|
#else
|
||||||
|
#define DPI_DESYNC_FWMARK_DEFAULT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
uint8_t dpi_desync_packet(uint32_t fwmark, const char *ifin, const char *ifout, const uint8_t *data_pkt, size_t len_pkt, uint8_t *mod_pkt, size_t *len_mod_pkt);
|
uint8_t dpi_desync_packet(uint32_t fwmark, const char *ifin, const char *ifout, const uint8_t *data_pkt, size_t len_pkt, uint8_t *mod_pkt, size_t *len_mod_pkt);
|
||||||
|
|||||||
Reference in New Issue
Block a user