sysctl.conf: tcp_recycle --> tcp_reuse

This commit is contained in:
Tobias Schmidl 2019-02-15 11:57:49 +01:00
parent 5169f40868
commit 5324f7a284

View file

@ -6,4 +6,5 @@ net.ipv4.tcp_fin_timeout = 15
net.ipv4.tcp_keepalive_intvl = 15
net.ipv4.tcp_keepalive_probes = 3
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_tw_recycle = 1
net.ipv4.tcp_tw_reuse = 1