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

Re: [ns] Queues in ns2



Please read the manual. It has all the details. Basically you can eithe r
derive from the standard queue classes or just replicate one queue and
change the code. eg you may just want to change the recv fn.

Cheers
Debo

On Tue, 18 Feb 2003, Abbas Abdullah Makki wrote:

> Help please
> 
> How can I get into a queue [eg DropTail] and modify it. If its arrival
> displine is exponential I could turn it to a self similar type like FBM.
> ?
> 
>