]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Disable tcp syncookies by default (these disable SACK which according to DaveM 'sets...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Jul 2008 10:06:56 +0000 (10:06 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Jul 2008 10:06:56 +0000 (10:06 +0000)
svn-id: @9850

sysctl.conf

index 93cb9602badc43679e605fb8791cdf75c360207f..e2a3a5b35d93b80d1d96c49f8c71cd3c8e31f278 100644 (file)
@@ -80,7 +80,7 @@ net.ipv4.conf.default.rp_filter = 1
 # net.ipv4.tcp_stdurg = 1
 
 # Enable tcp_syncookies
-net.ipv4.tcp_syncookies = 1
+net.ipv4.tcp_syncookies = 1
 
 # Disable window scaling as defined in RFC1323 ?
 # The window scale extension expands the definition of the TCP
This page took 1.340801 seconds and 4 git commands to generate.