summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.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_multi_lan.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_multi_lan.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
index 48fbdb5..7ab8e69 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
@@ -559,6 +559,7 @@ function apply_all_choosen_items() {
$tmpcf['priority'] = 1;
$tmpcf['enabled'] = "on";
$tmpcf['default'] = "on";
+ $tmpcf['qlimit'] = 500;
$tmpcf['ecn'] = "on";
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
@@ -666,7 +667,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