Lines Matching full:queue
3 CoDel \- Controlled-Delay Active Queue Management algorithm
19 CoDel (pronounced "coddle") is an adaptive "no-knobs" active queue management
32 CoDel comes with three major innovations. Instead of using queue size or queue
33 average, it uses the local minimum queue as a measure of the standing/persistent queue.
35 is relative to the standing queue delay. Third, instead of measuring queue size
36 in bytes or packets, it is measured in packet-sojourn time in the queue.
38 CoDel measures the minimum local queue delay (i.e. standing queue delay) and
39 compares it to the value of the given acceptable queue delay
41 As long as the minimum queue delay is less than
44 Codel enters a dropping mode when the minimum queue delay has exceeded
58 hard limit on the real queue size. When this limit is reached, incoming packets
63 is the acceptable minimum standing/persistent queue delay. This minimum delay
64 is identified by tracking the local minimum queue delay that packets experience.
108 o Kathleen Nichols and Van Jacobson, "Controlling Queue Delay", ACM Queue,
109 http://queue.acm.org/detail.cfm?id=2209336