- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- Appending a node address in DSR protocol
jean_long
Participant
Hello everyone:
I’m new working on DSR and i know that every node append it address to the RREQ message before forwarding it. Can anybody tell me in which file and which line the protocol performs this functionality?
I would appreciate a lot any help you could give me
Best regards.
Jean
CharlesPandian
Keymaster
in the file
ns-allinone-2.28ns-2.28dsrdsragent.cc,
See all the functions which are calling a function
sendOutPacketWithRoute(…).
You may find your answer.