[ns] doubt regarding flooding enhancements in aodv protocol..
Kanthi
kanthi at cse.iitd.ac.in
Sat Mar 18 07:39:58 PST 2006
Hi Krithiga,
You may want to check the functions
recvRequest
recvReply
in aodv.cc (I am assuming you are using default AODV code in NS-2.28)
They are the functions which deal with receiving and forwarding of RREQ
and RREP packets.
There is no separate "flooding" module. Just that control packets are
broadcast and "recently" forwarded control packets are not re-broadcast by
the node.
Thanks,
Kanthi
>
> hi all,
> i need to know how to do the flooding enhancement for aodv control
> packets.. In AODV code, i guess no separate code has been written for
> broadcasting..then from where does this AODV takes the flooding code
> from???
>
>
> I am planning to implement a different algorithm for flooding so as to
> avoid
> the redundant rebroadcasts of aodv control packets like RREQ,RREP
> etc..where
> should i insert my code??
>
> please let me know these details asap..thanks in advance
>
> krithiga
>
--
" I gave my life to become the person I am right now. Was it worth it? "
- Richard Bach
More information about the Ns-users
mailing list