summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-14 19:54:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-14 19:54:17 +0000
commitf1d4399664bd7799a512010ea69f54ed52baf1ea (patch)
tree1cfbe3b0343703a6a85a2ad2b41806227193ffb6
parent9d9d5dac0d871533da25e6fd2cd7112fefde2240 (diff)
downloadpfsense-f1d4399664bd7799a512010ea69f54ed52baf1ea.zip
pfsense-f1d4399664bd7799a512010ea69f54ed52baf1ea.tar.gz
* Increase the qOthersUpH (and down) to 4 so its 1 above the default queue
* Lower the qOthersUpL (and down) to 2 so its 1 lower than the default queue
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 1cbf663..b362d91 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -880,7 +880,6 @@
}
if($_POST['callofduty'] != "") {
- /* Call of Duty (United Offensive) */
$gamesplist[] = array('CallOfDuty1', 'tcp', '28960', '28960', 'both');
$gamesplist[] = array('CallOfDuty2', 'udp', '28960', '28960', 'both');
}
@@ -1207,7 +1206,7 @@
$queue = array();
$queue['name'] = "qOthersUpH";
$queue['associatedrule'] = 0;
- $queue['priority'] = 3;
+ $queue['priority'] = 4;
$queue['red'] = "on";
$queue['ecn'] = "on";
$queue['realtime'] = "on";
@@ -1231,7 +1230,7 @@
$queue = array();
$queue['name'] = "qOthersDownH";
$queue['associatedrule'] = 0;
- $queue['priority'] = 3;
+ $queue['priority'] = 4;
$queue['red'] = "on";
$queue['ecn'] = "on";
$queue['realtime'] = "on";
@@ -1367,7 +1366,7 @@
if($_POST['smb'] != "") {
/* Microsoft SMB and friends */
$othersplist[] = array('SMB1', 'tcp', '445', '445', 'both', $_POST['smb']);
- $othersplist[] = array('SMB1', 'tcp', '137-139', '137-139', 'both', $_POST['smb']);
+ $othersplist[] = array('SMB2', 'tcp', '137-139', '137-139', 'both', $_POST['smb']);
}
/* XXX: add some more protocols here! */
OpenPOWER on IntegriCloud