summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-27 00:23:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-27 00:23:05 +0000
commitfdef91a797b2c5c2040ef9b77939e87db9137cc4 (patch)
treeb64c3ba2c296d02a3b490a059f256da271f16d1b /etc
parent5789d62e08ab35e16026d9979b516334f5764287 (diff)
downloadpfsense-fdef91a797b2c5c2040ef9b77939e87db9137cc4.zip
pfsense-fdef91a797b2c5c2040ef9b77939e87db9137cc4.tar.gz
We no longer source sysctl.conf. Items have been moved to config.xml.
Diffstat (limited to 'etc')
-rw-r--r--etc/sysctl.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
deleted file mode 100644
index 36f2877..0000000
--- a/etc/sysctl.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-# Do not send RSTs for packets to closed ports
-net.inet.tcp.blackhole=2
-# Do not send ICMP port unreach messages for closed ports
-net.inet.udp.blackhole=1
-# Generate random IP_ID's
-net.inet.ip.random_id=1
-# Breaks RFC1379, but nobody uses it anyway
-net.inet.tcp.drop_synfin=1
-net.inet.ip.redirect=0
-net.inet.tcp.syncookies=1
-net.inet.tcp.recvspace=65228
-net.inet.tcp.sendspace=65228
-# fastforwarding - see http://lists.freebsd.org/pipermail/freebsd-net/2004-January/002534.html
-net.inet.ip.fastforwarding=1
-net.inet.tcp.delayed_ack=0
-net.inet.udp.maxdgram=57344
-kern.rndtest.verbose=0
-net.link.bridge.pfil_onlyip=0
-net.link.tap.user_open=1
-# The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput.
-net.inet.tcp.inflight.enable=3
OpenPOWER on IntegriCloud