base-files: remove an old network tunable tweak which is messing up network stack performance on modern systems
SVN-Revision: 28126
This commit is contained in:
parent
24dfe525c2
commit
dea36724a4
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ net.ipv4.tcp_fin_timeout=30
|
||||||
net.ipv4.tcp_keepalive_time=120
|
net.ipv4.tcp_keepalive_time=120
|
||||||
net.ipv4.tcp_syncookies=1
|
net.ipv4.tcp_syncookies=1
|
||||||
net.ipv4.tcp_timestamps=0
|
net.ipv4.tcp_timestamps=0
|
||||||
net.core.netdev_max_backlog=30
|
|
||||||
|
|
||||||
net.ipv4.netfilter.ip_conntrack_checksum=0
|
net.ipv4.netfilter.ip_conntrack_checksum=0
|
||||||
net.ipv4.netfilter.ip_conntrack_max=16384
|
net.ipv4.netfilter.ip_conntrack_max=16384
|
||||||
|
|
Loading…
Reference in a new issue