summaryrefslogtreecommitdiffstats
path: root/usr
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
parent058a4f1c03f548575941010f1e0c0048f1e3e313 (diff)
downloadpfsense-f17157389678f06d1e3654c1a86db8087b774424.zip
pfsense-f17157389678f06d1e3654c1a86db8087b774424.tar.gz
Actually increase the default queue length for the new default queue
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc3
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_dedicated.inc2
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.inc3
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc3
4 files changed, 8 insertions, 3 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 37d5f5c..e6d8823 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -783,7 +783,7 @@ function apply_all_choosen_items() {
$tmpcf['bandwidthtype'] = $p2pcatchbwunit;
}
$tmpcf['default'] = "on";
-
+ $tmpcf['qlimit'] = 500;
} else {
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
@@ -1056,6 +1056,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";
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";
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index e9dced5..2ff0b84 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -1167,6 +1167,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";
@@ -1271,7 +1272,7 @@ function apply_all_choosen_items() {
$tmpcf['bandwidthtype'] = $p2pcatchbwunit;
}
$tmpcf['default'] = "on";
-
+ $tmpcf['qlimit'] = 500;
} else {
if ($sched == "CBQ") {
$tmpcf['borrow'] = "on";
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