mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
turn tcp vegas on by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2282 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7d2fe11984
commit
d6b2f37c24
@ -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}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user