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

Re: [ns-users] Scheduler Error message



This may happen if you schedule an event that's already in the
scheduler's queue.  Like, scheduling a timer for the second time
without canceling it first.

 -Yuri

[email protected] writes:

> I am trying to run a simulation which lasts hundreds of seconds. TCP
> Reno works OK as the transport layer. However, my own transport
> protocol terminates early with the following error message:
>  
> > Scheduler: Event UID not valid! 
> 
> Could anyone point me to possible causes for this error?
> 
> many thanks,
> rik wade