sysctl.conf: tcp_recycle --> tcp_reuse
This commit is contained in:
parent
5169f40868
commit
5324f7a284
1 changed files with 2 additions and 1 deletions
|
@ -6,4 +6,5 @@ net.ipv4.tcp_fin_timeout = 15
|
||||||
net.ipv4.tcp_keepalive_intvl = 15
|
net.ipv4.tcp_keepalive_intvl = 15
|
||||||
net.ipv4.tcp_keepalive_probes = 3
|
net.ipv4.tcp_keepalive_probes = 3
|
||||||
net.ipv4.tcp_syncookies = 1
|
net.ipv4.tcp_syncookies = 1
|
||||||
net.ipv4.tcp_tw_recycle = 1
|
net.ipv4.tcp_tw_reuse = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue