Remove RED/ECN from Gaming queues

This commit is contained in:
Scott Ullrich 2005-12-29 01:08:33 +00:00
parent b286b11c06
commit 85bf774742

View File

@ -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";