mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
ca58d00c68
This never made into a release, so we can change the name with impunity. Suggested by Davide Pesavento. I opted to add the "ing" ending. "Fair queuing" is the name of the general concept and algorithm, and "Fair queue" is mostly used for the implementation name.
27 lines
346 B
SYSTEMD
27 lines
346 B
SYSTEMD
[Match]
|
|
Name=dummy98
|
|
|
|
[Network]
|
|
IPv6AcceptRA=no
|
|
Address=10.1.2.3/16
|
|
|
|
[FairQueueing]
|
|
Parent=root
|
|
PacketLimit=1000
|
|
FlowLimit=200
|
|
Quantum=1500
|
|
InitialQuantum=13000
|
|
MaximumRate=1M
|
|
Buckets=512
|
|
OrphanMask=511
|
|
Pacing=yes
|
|
CEThresholdSec=100ms
|
|
|
|
[ControlledDelay]
|
|
Parent=clsact
|
|
PacketLimit=2000
|
|
TargetSec=10ms
|
|
IntervalSec=50ms
|
|
ECN=yes
|
|
CEThresholdSec=100ms
|