diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-05 03:28:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-05 03:28:27 +0000 |
commit | 3830eba66291d6b6090527347008be286b665cfb (patch) | |
tree | 9b3bec61484861133f7adad8d52d6d6eea2a9be9 | |
parent | ac8e667cbecae3b2abdf957f43f378d968e6a131 (diff) | |
download | pfsense-3830eba66291d6b6090527347008be286b665cfb.zip pfsense-3830eba66291d6b6090527347008be286b665cfb.tar.gz |
Switch DiffServ over to lowdelay
-rwxr-xr-x | usr/local/www/guiconfig.inc | 2 |
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"); |