From a4b186ffe3ae30b8d83050bfae86d445618bb495 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sat, 19 Jul 2008 01:12:37 +0000 Subject: [PATCH] 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) --- etc/sysctl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sysctl.conf b/etc/sysctl.conf index 669bb39523..9c837f8462 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