summaryrefslogtreecommitdiffstats
path: root/etc/sysctl.conf
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-07-19 01:12:37 +0000
committerChris Buechler <cmb@pfsense.org>2008-07-19 01:12:37 +0000
commita4b186ffe3ae30b8d83050bfae86d445618bb495 (patch)
tree17aeb747426dc800996827c80e104b26fce6f5b6 /etc/sysctl.conf
parent91979c27d96dc2cd30e68efb398f05067e5ea53d (diff)
downloadpfsense-a4b186ffe3ae30b8d83050bfae86d445618bb495.zip
pfsense-a4b186ffe3ae30b8d83050bfae86d445618bb495.tar.gz
change this to a legit value (3, and any other non-zero number does the same thing as 1 which is what the correct value is)
Diffstat (limited to 'etc/sysctl.conf')
-rw-r--r--etc/sysctl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index 669bb39..9c837f8 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -18,6 +18,6 @@ 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
+net.inet.tcp.inflight.enable=1
net.inet.ip.portrange.first=1024
net.inet.ip.intr_queue_maxlen=1000
OpenPOWER on IntegriCloud