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

Re: [ns] Timer related problem



>� I have implemented a timer based TimerHandler in ns-2 version 2.1b8a. I
>found that when the timer expires it calls the registered handler(expire())
>function twice. Has anyone encountered this problem ? Please let me know if
>anybody has any clues or ideas.

Given that TCP uses TimerHandler and the timers there aren't called
multiple times (when they shouldn't be), it seems likely that this is
a bug in how you're using TimerHandler.

   -John Heidemann