summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-07-15 19:22:19 +0000
committerErmal <eri@pfsense.org>2011-07-15 19:22:19 +0000
commitf17157389678f06d1e3654c1a86db8087b774424 (patch)
tree08f33666427157e9a8e6031841ae55510a6f9e3a /usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
parent058a4f1c03f548575941010f1e0c0048f1e3e313 (diff)
downloadpfsense-f17157389678f06d1e3654c1a86db8087b774424.zip
pfsense-f17157389678f06d1e3654c1a86db8087b774424.tar.gz
Actually increase the default queue length for the new default queue
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc')
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_dedicated.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
index 23fd493..9707d06 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
@@ -1119,6 +1119,7 @@ function apply_all_choosen_items() {
$tmpcf['priority'] = 3;
$tmpcf['enabled'] = "on";
$tmpcf['default'] = "on";
+ $tmpcf['qlimit'] = 500;
$tmpcf['ecn'] = "on";
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
@@ -1222,6 +1223,7 @@ function apply_all_choosen_items() {
$tmpcf['bandwidthtype'] = $p2pcatchbwunit;
}
$tmpcf['default'] = "on";
+ $tmpcf['qlimit'] = 500;
} else {
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
OpenPOWER on IntegriCloud