-
Notifications
You must be signed in to change notification settings - Fork 321
AdaptiveRED
Eddie Kohler edited this page Oct 17, 2017
·
1 revision
AdaptiveRED — Click element; drops packets according to Adaptive RED
AdaptiveRED(TARGET, MAX_P [, KEYWORDS])
Ports: 1 input, 1-2 outputs
Processing: agnostic, but output 1 is push
Implements the Adaptive Random Early Detection packet dropping algorithm. This algorithm implements Random Early Detection, as by the RED element, plus automatic parameter setting.
The TARGET argument is the target queue length. RED's MIN_THRESH parameter is set to TARGET/2, and MAX_THRESH to 3*TARGET/2. The MAX_P parameter, and QUEUES and STABILITY keywords, are as in the RED element.
Generated by click-elem2man from ../elements/aqm/adaptivered.hh:8
on 2017/10/17.