summaryrefslogtreecommitdiff
path: root/etc.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-05-15 14:43:44 +0000
committerRoy Marples <roy@marples.name>2007-05-15 14:43:44 +0000
commitb20d600e49afc7a72d9ac7735b8a2bc591a80e70 (patch)
tree42f59ba1c7f8c60f0b1ded1ab4882852bda36d93 /etc.Linux
parentf3888d76138c9f347e118e3942d5a1dd49b351ff (diff)
downloadopenrc-b20d600e49afc7a72d9ac7735b8a2bc591a80e70.tar.gz
openrc-b20d600e49afc7a72d9ac7735b8a2bc591a80e70.tar.bz2
openrc-b20d600e49afc7a72d9ac7735b8a2bc591a80e70.tar.xz
Don't enable syn cookies by default as support for them isn't enabled in the default kernel.
Diffstat (limited to 'etc.Linux')
-rw-r--r--etc.Linux/sysctl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc.Linux/sysctl.conf b/etc.Linux/sysctl.conf
index 4eb2216..8ae7ce9 100644
--- a/etc.Linux/sysctl.conf
+++ b/etc.Linux/sysctl.conf
@@ -22,7 +22,7 @@ net.ipv4.conf.all.rp_filter = 1
# Enable SYN cookies (yum!)
# http://cr.yp.to/syncookies.html
-net.ipv4.tcp_syncookies = 1
+#net.ipv4.tcp_syncookies = 1
# Disable source route
#net.ipv4.conf.all.accept_source_route = 0