Module for kernel works now on local machine.

SEG2_DELAY is not implemented yet.
This commit is contained in:
Vadim Vetrov
2024-08-04 15:55:07 +03:00
parent 62a5627c50
commit 8bb2bb28d2
7 changed files with 168 additions and 139 deletions

View File

@@ -23,6 +23,7 @@
#elif FRAGMENTATION_STRATEGY == FRAG_STRAT_IP
#define USE_IP_FRAGMENTATION
#elif FRAGMENTATION_STRATEGY == FRAG_STRAT_NONE
#define USE_NO_FRAGMENTATION
#endif
#define RAWSOCKET_MARK (1 << 15)
@@ -35,6 +36,7 @@
#define FAKE_SNI
#endif
#ifndef SILENT
#if !defined(SILENT) && !defined(KERNEL_SPACE)
#define DEBUG
#endif