search for: class_a1

Displaying 1 result from an estimated 1 matches for "class_a1".

Did you mean: class_1
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) O...