summaryrefslogtreecommitdiffstats
path: root/etc/sysctl.conf
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-25 16:59:49 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-25 16:59:49 +0000
commit8c685e7b117b4a8db2187dcfbf8b56a542805172 (patch)
tree00c5f19f2181ab7afa6a3ed82e51f91329df4ad3 /etc/sysctl.conf
parentd725b43a553b7cf9bb6b7e7c592d5d38e84b71cc (diff)
downloadpfsense-8c685e7b117b4a8db2187dcfbf8b56a542805172.zip
pfsense-8c685e7b117b4a8db2187dcfbf8b56a542805172.tar.gz
Set net.inet.tcp.inflight.enable to 3 and gather feedback from users.
Diffstat (limited to 'etc/sysctl.conf')
-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..b34e8b3 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 \ No newline at end of file
OpenPOWER on IntegriCloud