Re: [ns] enabling-disabling hello on the fly in aodv

2013-04-27 Thread itishi saxena
PM Subject: [ns] enabling-disabling hello on the fly in aodv Hello everyone, The hello process is disabled in aodv.cc. To enable it we just need to comment out #ifndef AODV_LINK_LAYER_DETECTION  (line number 63) and #endif // LINK LAYER DETECTION (line number 66) in aodv.cc. I want to enable

[ns] enabling-disabling hello on the fly in aodv

2013-04-24 Thread AmarNath Patra
Hello everyone, The hello process is disabled in aodv.cc. To enable it we just need to comment out #ifndef AODV_LINK_LAYER_DETECTION (line number 63) and #endif // LINK LAYER DETECTION (line number 66) in aodv.cc. I want to enable the hello process in the beginning. In the case of *local