summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-07-19 01:38:58 +0000
committerChris Buechler <cmb@pfsense.org>2008-07-19 01:38:58 +0000
commite79c47698aceb8cc32f95dfc254d9dd34d16d75f (patch)
tree14a7f3090c6a19ae44f545a3819d53400274727f
parent084a1fb364dd049e460ba7daef0121e719820360 (diff)
downloadpfsense-e79c47698aceb8cc32f95dfc254d9dd34d16d75f.zip
pfsense-e79c47698aceb8cc32f95dfc254d9dd34d16d75f.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)
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 55f3d12..b4f705f 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1135,7 +1135,7 @@ function convert_config() {
$config['sysctl']['item'][16]['tunable'] = "net.inet.tcp.inflight.enable";
$config['sysctl']['item'][16]['desc'] = "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. ";
- $config['sysctl']['item'][16]['value'] = "3";
+ $config['sysctl']['item'][16]['value'] = "1";
$config['version'] = "4.1";
}
OpenPOWER on IntegriCloud