summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-05 03:28:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-05 03:28:27 +0000
commit3830eba66291d6b6090527347008be286b665cfb (patch)
tree9b3bec61484861133f7adad8d52d6d6eea2a9be9 /usr
parentac8e667cbecae3b2abdf957f43f378d968e6a131 (diff)
downloadpfsense-3830eba66291d6b6090527347008be286b665cfb.zip
pfsense-3830eba66291d6b6090527347008be286b665cfb.tar.gz
Switch DiffServ over to lowdelay
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 411669b..40d630b 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -73,7 +73,7 @@ $wkports = array(3389 => "MS RDP", 21 => "FTP", 22 => "SSH", 23 => "Telnet", 25
53 => "DNS", 80 => "HTTP", 110 => "POP3", 143 => "IMAP", 443 => "HTTPS");
/* IP TOS flags */
-$iptos = array("diffserv_voice", "diffserv_signaling", "lowdelay", "throughput", "reliability", "congestion");
+$iptos = array("lowdelay", "throughput", "reliability", "congestion");
/* TCP flags */
$tcpflags = array("fin", "syn", "rst", "psh", "ack", "urg");
OpenPOWER on IntegriCloud