Hi all..

I'm working on ns-2.1b9a, using AODV. I want to see all the message
generated . for example

 

#ifdef DEBUG

   fprintf(stderr, "%s(%f): %d\tsending RERR...\n", __FUNCTION__,
CURRENT_TIME, index);

#endif // DEBUG

   sendError(rerr, false);

 

In this part  I want to see the fprint part. How can I do this? Help please.

 

I would appreciate your help. Thanks in advance.

Reply via email to