1. I am implementing a Routing algorithm in NS2 for forwarding consecutive packets via different next hops for particular destination.
2.Now i finished transferring node information from Tcl to C++, formulated a routing table with multiple nexthop for the destination.
3.Now i don't have any idea how to use the routing table information i am having in c++ in my simulation to forward the packets via different nexthops.
4.Can you please provide me some information regarding packet forwarding, that means in my simulation i need to forward the packets to particular destination via different next hops i am having in my calculated table.
Thanks and Regards,
Gopinath.A