diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-10-23 18:12:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-10-23 18:12:01 +0000 |
commit | dc3a21f48d51497b6842a48c0a249bd4bdd92764 (patch) | |
tree | ff9fd7e81d202d1ce304d01215b35ec62e9056dd /openwrt/package | |
parent | de5200040cb31917d6597aef410d1c9a06c38397 (diff) | |
download | mtk-20170518-dc3a21f48d51497b6842a48c0a249bd4bdd92764.zip mtk-20170518-dc3a21f48d51497b6842a48c0a249bd4bdd92764.tar.gz mtk-20170518-dc3a21f48d51497b6842a48c0a249bd4bdd92764.tar.bz2 |
turn tcp vegas on by default
SVN-Revision: 2282
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/base-files/Makefile | 2 | ||||
-rw-r--r-- | openwrt/package/base-files/default/etc/sysctl.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index 869e3c6..2c20232 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 2050b0c..b09b8cf 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 |