Author: arekm Date: Thu Jul 24 12:06:56 2008 New Revision: 9850 Modified: rc-scripts/trunk/sysctl.conf Log: Disable tcp syncookies by default (these disable SACK which according to DaveM 'sets TCP stack back by 10 years')
Modified: rc-scripts/trunk/sysctl.conf ============================================================================== --- rc-scripts/trunk/sysctl.conf (original) +++ rc-scripts/trunk/sysctl.conf Thu Jul 24 12:06:56 2008 @@ -80,7 +80,7 @@ # 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 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
