Module svalve_codel_r

Implements a feedback loop similar to CoDel, see reference, but tries to keep the sojourn time of another queue above a target by dequeuing items from the queue when the other queue is below target.

Behaviours: svalve.

References

Description

Implements a feedback loop similar to CoDel, see reference, but tries to keep the sojourn time of another queue above a target by dequeuing items from the queue when the other queue is below target.

svalve_codel can be used as the feedback loop module in a svalve queue. It's argument is of the form {Target, Interval}, with Target, non_neg_integer(), the target sojourn time of an item in another queue and Interval, non_neg_integer(), the initial interval between dequeues when the other queue is fast.

Generated by EDoc, May 1 2015, 11:53:45.