mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-31 11:45:49 +03:00
Add connbytes to kernel module
This commit is contained in:
3
config.h
3
config.h
@@ -100,6 +100,8 @@ struct config_t {
|
||||
int noclose;
|
||||
int syslog;
|
||||
|
||||
int connbytes_limit;
|
||||
|
||||
#define VERBOSE_INFO 0
|
||||
#define VERBOSE_DEBUG 1
|
||||
#define VERBOSE_TRACE 2
|
||||
@@ -241,6 +243,7 @@ enum {
|
||||
.queue_start_num = DEFAULT_QUEUE_NUM, \
|
||||
.mark = DEFAULT_RAWSOCKET_MARK, \
|
||||
.use_ipv6 = 1, \
|
||||
.connbytes_limit = 8, \
|
||||
\
|
||||
.verbose = VERBOSE_DEBUG, \
|
||||
.use_gso = 1, \
|
||||
|
||||
Reference in New Issue
Block a user