Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-18-2012, 03:11 PM
|
#1
|
LQ Newbie
Registered: Aug 2012
Posts: 7
Rep: 
|
how get 2 next hop in aodv in ns2,
hi
In aodv we have this "rt->rt_nexthop" for accessing to next hop but i want how to access to the 2's node is this true? rt->rt_nexthop_nexthop
tnx for your time
|
|
|
08-20-2012, 09:27 PM
|
#2
|
Member
Registered: Nov 2004
Location: Russia (St.Petersburg)
Distribution: Debian
Posts: 666
Rep:
|
please, clarify what is it the 2nd next-hop?
|
|
|
08-21-2012, 08:26 AM
|
#3
|
LQ Newbie
Registered: Aug 2012
Posts: 7
Original Poster
Rep: 
|
we have 3 nodes n1 n2 n3 and this 3 nodes in a route, when we want to access to n2 address from n1 we use rt->rt_nexthop
now i need the code to accees n3 address from n1.(n3 is the 2nd next hop)
so tanx fo r your attention.
---------- Post added 08-21-12 at 04:57 PM ----------
we have 3 nodes n1 n2 n3 and this 3 nodes in a route, when we want to access to n2 address from n1 we use rt->rt_nexthop
now i need the code to accees n3 address from n1.(n3 is the 2nd next hop)
so tanx fo r your attention.
|
|
|
08-21-2012, 11:12 AM
|
#4
|
Member
Registered: Nov 2004
Location: Russia (St.Petersburg)
Distribution: Debian
Posts: 666
Rep:
|
seems like you are asking about precursor list; you didn't specify which aodv implementation you are using, but most likely these rt-entries have .next attribute
|
|
|
08-21-2012, 11:50 AM
|
#5
|
LQ Newbie
Registered: Aug 2012
Posts: 7
Original Poster
Rep: 
|
Infact i don't wat to use precursor list, i use aodv which exist in ns 2.34, in aodv folder and in aodv.cc I uploaded it for you.at line 1216 you can see "ch->next_hop_ = rt->rt_nexthop;" . now i want to now command for 2nd node may be like this:
ch->next_hop_ = rt->rt_nexthop_nexthop; but this is not.
|
|
|
08-21-2012, 08:33 PM
|
#6
|
Member
Registered: Nov 2004
Location: Russia (St.Petersburg)
Distribution: Debian
Posts: 666
Rep:
|
well, RREP do not contain sequences of next-hops, but next-hop counter
|
|
|
08-22-2012, 02:01 AM
|
#7
|
LQ Newbie
Registered: Aug 2012
Posts: 7
Original Poster
Rep: 
|
how I add this counter for second next hop?
|
|
|
All times are GMT -5. The time now is 05:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|