summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-25 16:59:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-25 16:59:43 +0000
commit77daabe4a2869f9100d5fa77f359a71a6f8a0324 (patch)
treee57efe242255db8cb4fca06d26356ffcaac440cf
parent216cdefa696735cc164818493bad88aeae291ceb (diff)
downloadpfsense-77daabe4a2869f9100d5fa77f359a71a6f8a0324.zip
pfsense-77daabe4a2869f9100d5fa77f359a71a6f8a0324.tar.gz
Set net.inet.tcp.inflight.enable to 3 and gather feedback from users.
-rw-r--r--etc/sysctl.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/sysctl.conf b/etc/sysctl.conf
index 8855eb8..36f2877 100644
--- a/etc/sysctl.conf
+++ b/etc/sysctl.conf
@@ -17,3 +17,5 @@ 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