Skip to content

Commit

Permalink
disable net.ipv4.tcp_tw_reuse in 123.08stable
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Sep 9, 2016
1 parent 13186be commit 5fee152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/cpcheck.inc
Expand Up @@ -418,7 +418,7 @@ net.ipv4.tcp_sack=1
net.ipv4.tcp_syn_retries=3
net.ipv4.tcp_synack_retries = 2
net.ipv4.tcp_tw_recycle = 0
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_tw_reuse = 0
net.ipv4.tcp_max_tw_buckets = 1440000
vm.swappiness=10
vm.min_free_kbytes=65536
Expand Down
2 changes: 1 addition & 1 deletion inc/nginx_install.inc
Expand Up @@ -168,7 +168,7 @@ net.ipv4.tcp_sack=1
net.ipv4.tcp_syn_retries=3
net.ipv4.tcp_synack_retries = 2
net.ipv4.tcp_tw_recycle = 0
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_tw_reuse = 0
vm.swappiness=10
vm.min_free_kbytes=65536
net.ipv4.ip_local_port_range=1024 65535
Expand Down

0 comments on commit 5fee152

Please sign in to comment.