mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-30 19:31:26 +00:00
Set maximum number of connections to 255
This commit is contained in:
parent
2fe4e8de4c
commit
19c71580a5
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_MAX 384 // number
|
||||
#define SESSION_MAX 255 // number
|
||||
#define SESSION_LIMIT 30 // percent
|
||||
|
||||
#define UID_MAX_AGE 30000 // milliseconds
|
||||
|
|
Loading…
Reference in a new issue