Hi,
I have implemented a timer that monitors the time between a beacon message and an acknowledgement for a new routing scheme for MANETs I am implementing. It is supposed to timeout if the acknowledgement has not been received after a certain time. The problem is I send the messages and then set the timer in a loop. At the timeout function, I want to know which particular "send" the timeout is for. How can I do that in NS 2? Is there anyway to link the setting of the Timer to its timeout?
