[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re : [ns] red parameters



the most important parameters in RED queues are :

thresh_   is the minimum threshold for the queue size.
maxthresh_  is the maximum threshhold for the queue size.
linterm_  is the inverse of the maximum drop probablility.

to set RED parameters you would do in your TCL script (the values are just
examples) :

Queue/RED set thresh_  5
Queue/RED set maxthresh_ 10
Queue/RED set linterm_ 10

Hope this will help.
For further options refer to the NS manual chapter 7 page 72.