конфигурация сети (Network configuration)
[TOKENBUCKETFILTER] SECTION OPTIONS
The [TokenBucketFilter] section manages the queueing discipline
(qdisc) of token bucket filter (tbf).
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.
LatencySec=
Specifies the latency parameter, which specifies the maximum
amount of time a packet can sit in the Token Bucket Filter
(TBF). Defaults to unset.
LimitBytes=
Takes the number of bytes that can be queued waiting for
tokens to become available. When the size is suffixed with K,
M, or G, it is parsed as Kilobytes, Megabytes, or Gigabytes,
respectively, to the base of 1024. Defaults to unset.
BurstBytes=
Specifies the size of the bucket. This is the maximum amount
of bytes that tokens can be available for instantaneous
transfer. When the size is suffixed with K, M, or G, it is
parsed as Kilobytes, Megabytes, or Gigabytes, respectively,
to the base of 1024. Defaults to unset.
Rate=
Specifies the device specific bandwidth. When suffixed with
K, M, or G, the specified bandwidth is parsed as Kilobits,
Megabits, or Gigabits, respectively, to the base of 1000.
Defaults to unset.
MPUBytes=
The Minimum Packet Unit (MPU) determines the minimal token
usage (specified in bytes) for a packet. 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 zero.
PeakRate=
Takes the maximum depletion rate of the bucket. When suffixed
with K, M, or G, the specified size is parsed as Kilobits,
Megabits, or Gigabits, respectively, to the base of 1000.
Defaults to unset.
MTUBytes=
Specifies the size of the peakrate bucket. 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 unset.