1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-04-16 20:12:58 +03:00

nfqws: increase max packet size for desync

This commit is contained in:
bol-van 2021-03-19 15:47:28 +03:00
parent 5ddc0aa01b
commit 4ff55ad7f5

@ -16,7 +16,7 @@
#define DPI_DESYNC_FWMARK_DEFAULT 512 #define DPI_DESYNC_FWMARK_DEFAULT 512
#endif #endif
#define DPI_DESYNC_MAX_FAKE_LEN 1500 #define DPI_DESYNC_MAX_FAKE_LEN 9216
enum dpi_desync_mode { enum dpi_desync_mode {
DESYNC_NONE=0, DESYNC_NONE=0,