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 | d6b2f37c24bc906b73a175bc4448bbcd79357c69 (patch) | |
tree | b7aac0e0e08164615c32ed771361d0496f16a88f /package/base-files/default | |
parent | 7d2fe1198449b5ef8cc38807f5f3305705ca47ee (diff) | |
download | upstream-d6b2f37c24bc906b73a175bc4448bbcd79357c69.tar.gz upstream-d6b2f37c24bc906b73a175bc4448bbcd79357c69.tar.bz2 upstream-d6b2f37c24bc906b73a175bc4448bbcd79357c69.zip |
turn tcp vegas on by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2282 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default')
-rw-r--r-- | package/base-files/default/etc/sysctl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/default/etc/sysctl.conf b/package/base-files/default/etc/sysctl.conf index 2050b0c886..b09b8cfd9e 100644 --- a/package/base-files/default/etc/sysctl.conf +++ b/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 |