From 13c36e33177a884c66301053fa5fafd9045c4859 Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Mon, 13 Jun 2005 03:53:51 +0000 Subject: Reverse bandwidth listing for VOIP queue (small to large makes more sense) Make P2P up/down priorities the same (0) Make acks have a lower priority than VOIP --- usr/local/www/wizards/traffic_shaper_wizard.xml | 168 ++++++++++++------------ 1 file changed, 84 insertions(+), 84 deletions(-) (limited to 'usr') diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index 371f89c..f5793c0 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -154,7 +154,7 @@ $queue['ack'] = TRUE; $queue['attachtoqueue'] = "qLANRoot"; $queue['associatedrule'] = 0; - $queue['priority'] = 7; + $queue['priority'] = 6; $queue['realtime'] = "on"; $queue['realtime1'] = "10%"; $queue['realtime2'] = "1"; @@ -176,7 +176,7 @@ $queue['ack'] = TRUE; $queue['attachtoqueue'] = "qWANRoot"; $queue['associatedrule'] = 0; - $queue['priority'] = 7; + $queue['priority'] = 6; $queue['realtime'] = "on"; $queue['realtime1'] = "10%"; $queue['realtime2'] = "1"; @@ -239,86 +239,86 @@ 128 ezshaper->step3->bandwidth - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -710,7 +710,7 @@ $queue = array(); $queue['name'] = "qP2PDown"; $queue['associatedrule'] = 0; - $queue['priority'] = 1; + $queue['priority'] = 0; $queue['red'] = "on"; $queue['ecn'] = "on"; $queue['realtime'] = "on"; @@ -1395,4 +1395,4 @@ header("Location: /status_queues.php"); - \ No newline at end of file + -- cgit v1.1