mirror of
https://github.com/M66B/NetGuard.git
synced 2025-02-24 15:21:19 +00:00
Increase TCP idle timeout from 5 minutes to 1 hour
This commit is contained in:
parent
49dc664df4
commit
bfce66196a
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
#define UDP_KEEP_TIMEOUT 60 // seconds
|
||||
|
||||
#define TCP_INIT_TIMEOUT 30 // seconds ~net.inet.tcp.keepinit
|
||||
#define TCP_IDLE_TIMEOUT 300 // seconds ~net.inet.tcp.keepidle
|
||||
#define TCP_IDLE_TIMEOUT 3600 // seconds ~net.inet.tcp.keepidle
|
||||
#define TCP_CLOSE_TIMEOUT 30 // seconds
|
||||
#define TCP_KEEP_TIMEOUT 300 // seconds
|
||||
// https://en.wikipedia.org/wiki/Maximum_segment_lifetime
|
||||
|
|
Loading…
Reference in a new issue