summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-10 00:49:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-10 00:49:14 +0000
commit4b0c1b3f2e577aae4eecca9a2a19083d131f79ac (patch)
tree3f1fc1013393558852a49817753894423e117da8 /usr/local
parentdad38cc22f05007a2b7030d82e61d3cf0438bda0 (diff)
downloadpfsense-4b0c1b3f2e577aae4eecca9a2a19083d131f79ac.zip
pfsense-4b0c1b3f2e577aae4eecca9a2a19083d131f79ac.tar.gz
Increase game queues bandwidth.
Tested with all options enabled.
Diffstat (limited to 'usr/local')
-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 6ec5650..b6da990 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -475,7 +475,7 @@ function step5_stepsubmitphpaction() {
if ($config['shaper']['schedulertype'] == "hfsc") {
$queue['realtime'] = "on";
$queue['realtime3'] = "1Kb";
- $queue['bandwidth'] = 10;
+ $queue['bandwidth'] = 25;
$queue['bandwidthtype'] = '%';
} elseif ($config['shaper']['schedulertype'] == "cbq") {
$queue['borrow'] = "on";
@@ -493,7 +493,7 @@ function step5_stepsubmitphpaction() {
if ($config['shaper']['schedulertype'] == "hfsc") {
$queue['realtime'] = "on";
$queue['realtime3'] = "1Kb";
- $queue['bandwidth'] = 10;
+ $queue['bandwidth'] = 25;
$queue['bandwidthtype'] = '%';
} elseif ($config['shaper']['schedulertype'] == "cbq") {
$queue['borrow'] = "on";
OpenPOWER on IntegriCloud