Documentation
¶
Overview ¶
Package roundrobin implements a fairness policy that selects queues from a priority band using a round-robin strategy, cycling through active flows one by one to guarantee that no single flow can starve others.
For detailed documentation, see README.md.
Index ¶
Constants ¶
View Source
const RoundRobinFairnessPolicyType = "round-robin-fairness-policy"
RoundRobinFairnessPolicyType is the registration type for the round-robin fairness policy.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.