Blue (queue management algorithm): Difference between revisions

Content deleted Content added
Reword intro
Line 2:
 
==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 ''d'', whenever the queue is empty, ''p'' is decreased by a constant ''i<p''.
 
==Stochastic Fair Blue==