Increase connbytes limit

As reported in #220
This commit is contained in:
Vadim Vetrov
2025-01-27 16:54:42 +03:00
parent 134a326cc7
commit ab3e1b7dd1
2 changed files with 7 additions and 4 deletions

View File

@@ -280,7 +280,7 @@ enum {
.queue_start_num = DEFAULT_QUEUE_NUM, \
.mark = DEFAULT_RAWSOCKET_MARK, \
.use_ipv6 = 1, \
.connbytes_limit = 8, \
.connbytes_limit = 19, \
\
.verbose = VERBOSE_DEBUG, \
.use_gso = 1, \