Increase qWANDef default bandwidth to 5%.

Discussed with Leon, BillM
This commit is contained in:
Scott Ullrich 2006-06-24 00:06:30 +00:00
parent 270a73fe57
commit f343fc924f

View File

@ -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") {