mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Increase game queues bandwidth.
Tested with all options enabled.
This commit is contained in:
parent
dad38cc22f
commit
4b0c1b3f2e
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user