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

Re: [ns] Problems with RED parameters



On Mon, May 28, 2001 at 09:08:01PM +0200, Jorge Manrique wrote:
> 1) Is it really impossible to pass more than 1 argument to RED in one line?

It's possible, but you need to hack the source code.

> There is no problem when compiling but then, when using NAM, I see that the
> queue grows over 4 packets, REd doesn't seem to be working. In fact I get
> the same output file if I use Droptail instead of RED. How istaht possible?
> Those 3 lines of code have no effect?

Because you did not study RED carefully:-) The RED uses average
queue length instead of instanteous queue length.