summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 1369fd7..e4133db 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -68,7 +68,7 @@ $g = array(
);
/* IP TOS flags */
-$iptos = array("lowdelay", "throughput", "reliability", "congestion");
+$iptos = array("lowdelay", "throughput", "reliability");
/* TCP flags */
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
OpenPOWER on IntegriCloud