The [DeficitRoundRobinSchedulerClass] section manages the traffic
control class of Deficit Round Robin Scheduler (DRR).
Parent=
Configures the parent Queueing Discipline (qdisc). Takes one
of "root", or a qdisc identifier. The qdisc 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".
ClassId=
Configures the unique identifier of the class. It is
specified as the major and minor numbers in hexadecimal in
the range 0x1–Oxffff separated with a colon ("major:minor").
Defaults to unset.
QuantumBytes=
Specifies the amount of bytes a flow is allowed to dequeue
before the scheduler moves to the next class. When suffixed
with K, M, or G, the specified size is parsed as Kilobytes,
Megabytes, or Gigabytes, respectively, to the base of 1024.
Defaults to the MTU of the interface.