mirror of https://github.com/M66B/NetGuard.git
Increased send and receive window to 48 KB
This commit is contained in:
parent
80a090bc19
commit
99ff31aad6
|
@ -45,8 +45,8 @@
|
||||||
#define UDP_TIMEOUT_ANY 300 // seconds
|
#define UDP_TIMEOUT_ANY 300 // seconds
|
||||||
#define UDP_KEEP_TIMEOUT 60 // seconds
|
#define UDP_KEEP_TIMEOUT 60 // seconds
|
||||||
|
|
||||||
#define TCP_RECV_WINDOW 16384 // bytes (maximum)
|
#define TCP_RECV_WINDOW 49152 // bytes (maximum)
|
||||||
#define TCP_SEND_WINDOW 16384 // bytes (maximum)
|
#define TCP_SEND_WINDOW 49152 // bytes (maximum)
|
||||||
#define TCP_INIT_TIMEOUT 30 // seconds ~net.inet.tcp.keepinit
|
#define TCP_INIT_TIMEOUT 30 // seconds ~net.inet.tcp.keepinit
|
||||||
#define TCP_IDLE_TIMEOUT 300 // seconds ~net.inet.tcp.keepidle
|
#define TCP_IDLE_TIMEOUT 300 // seconds ~net.inet.tcp.keepidle
|
||||||
#define TCP_CLOSE_TIMEOUT 30 // seconds
|
#define TCP_CLOSE_TIMEOUT 30 // seconds
|
||||||
|
|
Loading…
Reference in New Issue