We know that AODV routes packets based on least number of hop count. If I
want to print out this decision based on the routing table in AODV, what do
I need to do? Printing out the routing table merely gives the routing table
in each node, with details such as the next hop, RREP timeout, expiry and
other details. But how do I get the source to destination shortest route?
This is like following the packet from source until it reaches its
destination.

Thanks,
Asraf

Reply via email to