1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2024-12-27 18:30:09 +00:00

Reduce max number of sessions

This commit is contained in:
M66B 2017-10-22 08:02:49 +02:00
parent c5d583d425
commit 7e0aa57e15

View file

@ -55,8 +55,8 @@
#define TCP_KEEP_TIMEOUT 300 // seconds
// https://en.wikipedia.org/wiki/Maximum_segment_lifetime
#define SESSION_MAX 768 // number
#define SESSION_LIMIT 40 // percent
#define SESSION_MAX 512 // number
#define SESSION_LIMIT 30 // percent
#define SOCKS5_NONE 1
#define SOCKS5_HELLO 2