Re: [ns] Problem with Backoff Timer scheduling in 802.15.4

2007-05-16 Thread mukul
Please ignore this message. The backoff timer was being rescheduled while already running because of a bug in my code. Sorry for inconvenience. Mukul Quoting [EMAIL PROTECTED]: Hi, It seems that, like the CCA timer, the backoff timer (backoffT in CsmaCA802_15_4) is also being rescheduled

[ns] Problem with Backoff Timer scheduling in 802.15.4

2007-05-15 Thread mukul
Hi, It seems that, like the CCA timer, the backoff timer (backoffT in CsmaCA802_15_4) is also being rescheduled while it is already running. This may potentially cause CalendarScheduler to go into an infinite loop. I am solving the problem as follows: before starting a Mac802_15_4Timer, I am