1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00

Increase TCP keepalive

This commit is contained in:
Ycarus 2018-03-29 08:03:18 +02:00
parent fc75ce26f5
commit 3aa7b1eeb0

View file

@ -23,7 +23,7 @@ net.ipv4.tcp_tw_recycle = 0
# short FIN timeout # short FIN timeout
net.ipv4.tcp_fin_timeout = 30 net.ipv4.tcp_fin_timeout = 30
# short keepalive time # short keepalive time
net.ipv4.tcp_keepalive_time = 1200 net.ipv4.tcp_keepalive_time = 2400
# outbound port range # outbound port range
net.ipv4.ip_local_port_range = 10000 65000 net.ipv4.ip_local_port_range = 10000 65000
# max SYN backlog # max SYN backlog