Skip to content

Commit

Permalink
update inc/tcp.inc for 123.09beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed May 1, 2016
1 parent f52aeb4 commit 0e3d03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/tcp.inc
Expand Up @@ -91,7 +91,7 @@ net.ipv4.conf.default.send_redirects = 0
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_ignore_bogus_error_responses = 1
net.netfilter.nf_conntrack_helper=0
net.nf_conntrack_max = 524288
net.netfilter.nf_conntrack_max = 524288
net.netfilter.nf_conntrack_tcp_timeout_established = 54000
net.netfilter.nf_conntrack_generic_timeout = 60
EOF
Expand Down Expand Up @@ -143,7 +143,7 @@ net.ipv4.conf.default.send_redirects = 0
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_ignore_bogus_error_responses = 1
net.netfilter.nf_conntrack_helper=0
net.nf_conntrack_max = 524288
net.netfilter.nf_conntrack_max = 524288
net.netfilter.nf_conntrack_tcp_timeout_established = 54000
net.netfilter.nf_conntrack_generic_timeout = 60
EOF
Expand Down

0 comments on commit 0e3d03c

Please sign in to comment.