turn tcp vegas on by default

SVN-Revision: 2282
lede-17.01
Imre Kaloz 2005-10-23 18:12:01 +00:00
parent de5200040c
commit dc3a21f48d
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=base-files PKG_NAME:=base-files
PKG_RELEASE:=4 PKG_RELEASE:=5
PKG_BUILD_DIR:=$(BUILD_DIR)/base-files PKG_BUILD_DIR:=$(BUILD_DIR)/base-files
REV:=${shell svn info | grep Revision | cut -d ' ' -f 2} REV:=${shell svn info | grep Revision | cut -d ' ' -f 2}

View File

@ -5,3 +5,4 @@ net.ipv4.icmp_ignore_bogus_error_responses=1
net.ipv4.tcp_fin_timeout=30 net.ipv4.tcp_fin_timeout=30
net.ipv4.tcp_keepalive_time=120 net.ipv4.tcp_keepalive_time=120
net.ipv4.tcp_timestamps=0 net.ipv4.tcp_timestamps=0
net.ipv4.tcp_vegas_cong_avoid=1