summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-24 00:06:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-24 00:06:30 +0000
commitf343fc924f71955f7e3e4f2ca2288ff01acf201a (patch)
treeb559495448344fe4fa69c4b41828efef1e057ac6 /usr/local/www/wizards/traffic_shaper_wizard.inc
parent270a73fe575836cf0a8fb916f9bec2a767820093 (diff)
downloadpfsense-f343fc924f71955f7e3e4f2ca2288ff01acf201a.zip
pfsense-f343fc924f71955f7e3e4f2ca2288ff01acf201a.tar.gz
Increase qWANDef default bandwidth to 5%.
Discussed with Leon, BillM
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 872f8a7..0f6d147 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -86,7 +86,7 @@ function step2_stepsubmitphpaction() {
if ($config['shaper']['schedulertype'] == "hfsc") {
$queue['realtime'] = "on";
$queue['realtime3'] = "1%";
- $queue['bandwidth'] = 1;
+ $queue['bandwidth'] = 5;
$queue['bandwidthtype'] = '%';
$queue['qlimit'] = 500;
} elseif ($config['shaper']['schedulertype'] == "cbq") {
@@ -107,7 +107,7 @@ function step2_stepsubmitphpaction() {
if ($config['shaper']['schedulertype'] == "hfsc") {
$queue['realtime'] = "on";
$queue['realtime3'] = "1%";
- $queue['bandwidth'] = 1;
+ $queue['bandwidth'] = 5;
$queue['bandwidthtype'] = '%';
$queue['qlimit'] = 500;
} elseif ($config['shaper']['schedulertype'] == "cbq") {
OpenPOWER on IntegriCloud