Blue (queue management algorithm): Difference between revisions

Content deleted Content added
More refs
Line 1:
'''Blue'''<ref>W. Feng, D. Kandlur, D. Saha, K. Shin. ''Blue: A New Class of Active Queue Management Algorithms.'' U. Michigan CSE-TR-387-99, April 1999.</ref> is an [[Active Queue Management]] algorithm. Like [[RED|Random early detection]], it operates by selectively dropping or marking packets in a router's queue before it overflows; unlike RED, however, it requires little or no tuning on the part of the network administrator.
 
==Operation of Blue==
Line 12:
 
==External links==
 
* [http://www.thefengs.com/wuchang/blue/] Wu-chang Feng's page about Blue and SFB.
* [http://www.pps.jussieu.fr/~jch/software/sfb] An implementation of SFB for the Linux kernel.