Module squeue_codel_timeout

Implements CoDel based roughly on Controlling Queue Delay, see reference, with the additional that items over a timeout sojourn time are dequeued using CoDel.

Behaviours: squeue.

References

Description

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, Dec 22 2014, 14:24:17.