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:25:38 +0000
commit5f8f263aadc10fa8d5aad9272a145ca8641c2a30 (patch)
tree4d8497b6be3dde4c25c7261140498f712bf0dd0b /usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
parent4a60bca6a32eac51f64a2199295b923be9ba9eea (diff)
downloadpfsense-5f8f263aadc10fa8d5aad9272a145ca8641c2a30.zip
pfsense-5f8f263aadc10fa8d5aad9272a145ca8641c2a30.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