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

Re: [ns] pure delay element



Punyaslok Purkayastha wrote:
> 
> hi,
> 
> how can one construct a pure delay element and insert it in a topology?
> 
> Punyaslok.

You could write a delay agent, that when receiving a packet simply
counts down some kind of timer before passing it on to it's next source.
The manual is fairly clear on how to write your own agents and timers. 
 -Will