From 39b6c3d974c7332716f6efc0cbfd097dc1e747f0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 15 Dec 2005 00:33:27 +0000 Subject: Do not use ECN on VOIP queues. You don't want to limit this aspect. Tested-By: Holger --- usr/local/www/wizards/traffic_shaper_wizard.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index 04da8cc..74acc1d 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -379,7 +379,6 @@ $queue['name'] = "qVOIPUp"; $queue['associatedrule'] = 0; $queue['priority'] = 7; - $queue['ecn'] = "on"; $queue['realtime'] = "on"; $queue['realtime1'] = $_POST['bandwidth'] . "Kb"; $queue['realtime2'] = "1"; @@ -402,7 +401,6 @@ $queue['name'] = "qVOIPDown"; $queue['associatedrule'] = 0; $queue['priority'] = 7; - $queue['ecn'] = "on"; $queue['realtime'] = "on"; $queue['realtime1'] = $_POST['bandwidth'] . "Kb"; $queue['realtime2'] = "1"; -- cgit v1.1