mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-31 03:38:07 +03:00
Module for kernel works now on local machine.
SEG2_DELAY is not implemented yet.
This commit is contained in:
4
config.h
4
config.h
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user