Displaying 1 result from an estimated 1 matches for "class_b".
Did you mean:
class__
2004 Jun 18
6
priorities + htb
Hi!
How does prioritization work when you''ve got a tree structure, e.g.
|
+-- class_a rate 64kbit prio 1
| |
| +-- class_a1 rate 32kbit prio 1
| |
| `-- class_a2 rate 32kbit prio 2
|
`-- class_b rate 64kbit prio 2
Above could either be interpreted as
(a) a, a1 have prio 1
b, a2 have prio 2
(iow, no distinction is being made between the inner/nested classes and
the outer/parent classes)
OR
(b) all packets matching a1, a2 are prio 1, then a1 is given a higher
pri...