From: nbd Date: Mon, 29 Aug 2011 23:35:29 +0000 (+0000) Subject: base-files: remove an old network tunable tweak which is messing up network stack... X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=3c3f464dbc17385748b27b6b1f672a25a32324fe base-files: remove an old network tunable tweak which is messing up network stack performance on modern systems (backport of r28126) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@28127 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/base-files/files/etc/sysctl.conf b/package/base-files/files/etc/sysctl.conf index 759752ae5..9399971f3 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.netfilter.nf_conntrack_checksum=0 net.ipv4.netfilter.ip_conntrack_checksum=0 net.ipv4.netfilter.ip_conntrack_max=16384