mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove RED/ECN from Gaming queues
This commit is contained in:
parent
b286b11c06
commit
85bf774742
@ -966,8 +966,6 @@
|
||||
$queue['attachtoqueue'] = "{$upq}Root";
|
||||
$queue['associatedrule'] = 0;
|
||||
$queue['priority'] = 5;
|
||||
$queue['red'] = "on";
|
||||
$queue['ecn'] = "on";
|
||||
$queue['realtime'] = "on";
|
||||
$queue['realtime1'] = "1Kb";
|
||||
$queue['realtime2'] = "1";
|
||||
@ -990,8 +988,6 @@
|
||||
$queue['attachtoqueue'] = "{$downq}Root";
|
||||
$queue['associatedrule'] = 0;
|
||||
$queue['priority'] = 5;
|
||||
$queue['red'] = "on";
|
||||
$queue['ecn'] = "on";
|
||||
$queue['realtime'] = "on";
|
||||
$queue['realtime1'] = "1Kb";
|
||||
$queue['realtime2'] = "1";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user