mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-03 13:54:09 +00:00
Increase session limit to 40%
This commit is contained in:
parent
180dd7dc7a
commit
62753cd5e4
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
#define TCP_KEEP_TIMEOUT 300 // seconds
|
||||
// https://en.wikipedia.org/wiki/Maximum_segment_lifetime
|
||||
|
||||
#define SESSION_LIMIT 30 // percent
|
||||
#define SESSION_LIMIT 40 // percent
|
||||
#define SESSION_MAX (1024 * SESSION_LIMIT / 100) // number
|
||||
|
||||
#define SEND_BUF_DEFAULT 163840 // bytes
|
||||
|
|
Loading…
Reference in a new issue