Blue (queue management algorithm): Difference between revisions

Content deleted Content added
Fix typography Operation of Blue
Line 3:
==Operation of Blue==
 
A Blue queue maintains a drop/mark probability ''p'', and drops/marks packets with probability ''p'' as they enter the queue. Whenever the queue overflows, ''p'' is increased by a small constant ''p<sub>d</sub>'', whenever the queue is empty, ''p'' is decreased by a constant ''p<sub>i</sub><p<sub>d</sub>''.
 
==Stochastic Fair Blue==