summaryrefslogtreecommitdiff
path: root/src/network/tc/pie.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: rename type name to ProportionalIntegralControllerEnhancedYu Watanabe2020-03-121-3/+3
|
* network: tc- introduce PIESusant Sahani2020-03-121-0/+95
Proportional Integral controller-Enhanced (PIE) is a control theoretic active queue management scheme. It is based on the proportional integral controller but aims to control delay. http://man7.org/linux/man-pages/man8/tc-pie.8.html