aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2005-10-23 18:12:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2005-10-23 18:12:01 +0000
commit2fd403c6f5b53d08859ca11754a9169f1ba225a6 (patch)
tree70c1771f6921d1c961f8998a998f9d7d6feb346c
parent5bb8f4842434419e0e15880488a2398647e2df75 (diff)
downloadupstream-2fd403c6f5b53d08859ca11754a9169f1ba225a6.tar.gz
upstream-2fd403c6f5b53d08859ca11754a9169f1ba225a6.tar.bz2
upstream-2fd403c6f5b53d08859ca11754a9169f1ba225a6.zip
turn tcp vegas on by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2282 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/base-files/Makefile2
-rw-r--r--openwrt/package/base-files/default/etc/sysctl.conf1
2 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile
index 869e3c67d14..2c202325ecc 100644
--- a/openwrt/package/base-files/Makefile
+++ b/openwrt/package/base-files/Makefile
@@ -3,7 +3,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=base-files
-PKG_RELEASE:=4
+PKG_RELEASE:=5
PKG_BUILD_DIR:=$(BUILD_DIR)/base-files
REV:=${shell svn info | grep Revision | cut -d ' ' -f 2}
diff --git a/openwrt/package/base-files/default/etc/sysctl.conf b/openwrt/package/base-files/default/etc/sysctl.conf
index 2050b0c8860..b09b8cfd9e6 100644
--- a/openwrt/package/base-files/default/etc/sysctl.conf
+++ b/openwrt/package/base-files/default/etc/sysctl.conf
@@ -5,3 +5,4 @@ net.ipv4.icmp_ignore_bogus_error_responses=1
net.ipv4.tcp_fin_timeout=30
net.ipv4.tcp_keepalive_time=120
net.ipv4.tcp_timestamps=0
+net.ipv4.tcp_vegas_cong_avoid=1