aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-29 23:34:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-29 23:34:11 +0000
commitdea36724a43389db5d5bb42c67b5c3e2e0278b1b (patch)
tree646de844014919b4563cf8d9d7c4221f9fa090b6 /package/base-files/files
parent24dfe525c201ab61cade8482b906201f96dc6903 (diff)
downloadupstream-dea36724a43389db5d5bb42c67b5c3e2e0278b1b.tar.gz
upstream-dea36724a43389db5d5bb42c67b5c3e2e0278b1b.tar.bz2
upstream-dea36724a43389db5d5bb42c67b5c3e2e0278b1b.zip
base-files: remove an old network tunable tweak which is messing up network stack performance on modern systems
SVN-Revision: 28126
Diffstat (limited to 'package/base-files/files')
-rw-r--r--package/base-files/files/etc/sysctl.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/base-files/files/etc/sysctl.conf b/package/base-files/files/etc/sysctl.conf
index 40ce77dff3..0ff2014559 100644
--- a/package/base-files/files/etc/sysctl.conf
+++ b/package/base-files/files/etc/sysctl.conf
@@ -9,7 +9,6 @@ net.ipv4.tcp_fin_timeout=30
net.ipv4.tcp_keepalive_time=120
net.ipv4.tcp_syncookies=1
net.ipv4.tcp_timestamps=0
-net.core.netdev_max_backlog=30
net.ipv4.netfilter.ip_conntrack_checksum=0
net.ipv4.netfilter.ip_conntrack_max=16384