mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
VOIP queues probably shouldn't have RED
This commit is contained in:
parent
32221ad86d
commit
cd1497e79b
@ -329,8 +329,7 @@
|
||||
$queue['name'] = "qVOIPUp";
|
||||
$queue['associatedrule'] = 0;
|
||||
$queue['priority'] = 7;
|
||||
$queue['red'] = "on";
|
||||
$queue['ecn'] = "on";
|
||||
$queue['ecn'] = "on";
|
||||
$queue['realtime'] = "on";
|
||||
$queue['realtime1'] = $_POST['bandwidth'] . "Kb";
|
||||
$queue['realtime2'] = "1";
|
||||
@ -353,7 +352,6 @@
|
||||
$queue['name'] = "qVOIPDown";
|
||||
$queue['associatedrule'] = 0;
|
||||
$queue['priority'] = 7;
|
||||
$queue['red'] = "on";
|
||||
$queue['ecn'] = "on";
|
||||
$queue['realtime'] = "on";
|
||||
$queue['realtime1'] = $_POST['bandwidth'] . "Kb";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user