We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2ddf5 commit 1b4fb6fCopy full SHA for 1b4fb6f
src-3tos.sh
@@ -20,6 +20,12 @@
20
# Yes, the class and QDisc naming is confusing and there are probably bugs
21
# if you set the NUM_HOST_BUCKETS or NUM_FLOW_BUCKETS too high.
22
#
23
+# The traffic is directed into the High, Normal and Low classes within each host bucket
24
+# based on the value of the TOS bits (see the comment below).The key thing to note is
25
+# that a malicious user who sets all of their traffic to high priority does not cause
26
+# any problems for other users, only themselves. This additional restriction makes TOS
27
+# based classification usable.
28
+#
29
##
30
# Config
31
# Other than the variables in the top secton of this script you'll
0 commit comments