Hellow NS-2 user
I am looking for help regading
How can i stimulate client server computers Live with ns-2
Thank you
Dear Vimala,
You not supposed to find ACK packet send functions in AODV as it is a MAC
layer packet.
You should study the interrelation of AODV and MAC layers to understand
further on this. How after a node after recvReply in AODV triggers sendACK
in mac-802_11 for instance.
Good Luck.
rgds
Sa
I am implementing "Detecting misbehaving nodes in MANET" using NS2 in AODV
protocol. How can we know whether the destination node is sending
acknowledgement or not? I coudn't find any functions regarding that in
aodv.cc.