diff options
author | Bill Marquette <billm@pfsense.org> | 2005-03-11 18:32:09 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-03-11 18:32:09 +0000 |
commit | 2bdbc899663653c9284af62ec1a7117032940289 (patch) | |
tree | 2d32710dc613b0749e43368e958b8af138defeda /etc | |
parent | df9f94d67bdaf298f046d1bc6e430756eb6a6dea (diff) | |
download | pfsense-2bdbc899663653c9284af62ec1a7117032940289.zip pfsense-2bdbc899663653c9284af62ec1a7117032940289.tar.gz |
fix typo (must have been asleep randing?) and removed extra sysctl that we already do
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sysctl.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 3bc9000..d1d7ae4 100644 --- a/etc/sysctl.conf +++ b/etc/sysctl.conf @@ -2,7 +2,7 @@ net.inet.tcp.blackhole=2 # Do not send ICMP port unreach messages for closed ports net.inet.udp.blackhole=1 -# Generate randing IP_ID's +# Generate random IP_ID's net.inet.ip.random_id=1 # Breaks RFC1379, but nobody uses it anyway net.inet.tcp.drop_synfin=1 @@ -11,7 +11,6 @@ kern.ipc.somaxconn=2048 net.inet.tcp.syncookies=1 net.inet.tcp.recvspace=65228 net.inet.tcp.sendspace=65228 -net.inet.ip.random_id=1 net.inet.ip.fastforwarding=1 net.isr.enable=1 kern.maxfiles=16384 |