summaryrefslogtreecommitdiff
path: root/src/network/tc/sfq.c
Commit message (Collapse)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-4/+6
|
* network: split TrafficControlQueueingDiscipline section into small piecesYu Watanabe2020-02-041-1/+1
| | | | Closes #14763.
* network: tc: introduce QDiscVTable for future extendabilityYu Watanabe2019-12-121-7/+21
|
* network: tc: drop unused functionsYu Watanabe2019-12-111-12/+0
|
* network: tc introduce sfq - Stochastic Fairness QueueingSusant Sahani2019-12-041-0/+87
Stochastic Fairness Queueing is a classless queueing discipline. SFQ does not shape traffic but only schedules the transmission of packets, based on 'flows'. The goal is to ensure fairness so that each flow is able to send data in turn, thus preventing any single flow from drowning out the rest.