конфигурация сети (Network configuration)
[HIERARCHYTOKENBUCKET] SECTION OPTIONS
The [HierarchyTokenBucket] section manages the queueing
discipline (qdisc) of hierarchy token bucket (htb).
Parent=
Configures the parent Queueing Discipline (qdisc). Takes one
of "root", "clsact", "ingress" or a class identifier. The
class identifier is specified as the major and minor numbers
in hexadecimal in the range 0x1–Oxffff separated with a colon
("major:minor"). Defaults to "root".
Handle=
Configures the major number of unique identifier of the
qdisc, known as the handle. Takes a hexadecimal number in the
range 0x1–0xffff. Defaults to unset.
DefaultClass=
Takes the minor id in hexadecimal of the default class.
Unclassified traffic gets sent to the class. Defaults to
unset.
RateToQuantum=
Takes an unsigned integer. The DRR quantums are calculated by
dividing the value configured in Rate= by RateToQuantum=.