mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Increase TCP keepalive
This commit is contained in:
parent
fc75ce26f5
commit
3aa7b1eeb0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ net.ipv4.tcp_tw_recycle = 0
|
|||
# short FIN timeout
|
||||
net.ipv4.tcp_fin_timeout = 30
|
||||
# short keepalive time
|
||||
net.ipv4.tcp_keepalive_time = 1200
|
||||
net.ipv4.tcp_keepalive_time = 2400
|
||||
# outbound port range
|
||||
net.ipv4.ip_local_port_range = 10000 65000
|
||||
# max SYN backlog
|
||||
|
|
Loading…
Reference in a new issue