aboutsummaryrefslogtreecommitdiffstats
path: root/tests/codel
AgeCommit message (Collapse)AuthorFilesLines
2015-07-21llc: Add CoDel AQM implementationJacob Erlbeck2-0/+176
This commit adds an implementation of the CoDel algorithm based on the reference pseudocode presented in http://queue.acm.org/appendices/codel.html. Instead of abstracting the queue itself, the implementation provides a time stamp based automaton which is invoked after a package has been dequeued. Note that the modifications of the algorithm shown in https://tools.ietf.org/html/draft-ietf-aqm-codel-01 are not yet applied. Sponsored-by: On-Waves ehf