Behaviours: squeue.
References
Implements CoDel based roughly on Controlling Queue Delay, see reference, with the additional that items over a timeout sojourn time are dequeued using CoDel.
squeue_codel
can be used as the active queue management module in a
squeue
queue. It's arguments are of the form {Target, Interval, Timeout}
,
with Target
, pos_integer()
, the target sojourn time of an item in the
queue; Interval
, pos_integer()
, the initial interval between drops once
the queue becomes slow; Timeout
, pos_integer()
, the timeout value, i.e.
the minimum sojourn time at which items are dropped from the queue due to a
timeout. Timeout
must be greater than Target
.
Generated by EDoc, Jan 17 2015, 16:58:31.