turn tcp vegas on by default
authorImre Kaloz <kaloz@openwrt.org>
Sun, 23 Oct 2005 18:12:01 +0000 (18:12 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Sun, 23 Oct 2005 18:12:01 +0000 (18:12 +0000)
SVN-Revision: 2282

openwrt/package/base-files/Makefile
openwrt/package/base-files/default/etc/sysctl.conf

index 869e3c67d1477b90cd059060e7142542fdf7d762..2c202325ecccb0f95415942eea7d519dda2f425f 100644 (file)
@@ -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}
index 2050b0c8860eb5aec217b0d47bb250e9cb67c4b2..b09b8cfd9e689ddc6f8714cf652597a7f85e647b 100644 (file)
@@ -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