#include <ipv4-routing-helper.h>
Public Member Functions | |
virtual Ptr< Ipv4RoutingProtocol > | Create (Ptr< Node > node) const =0 |
For each new routing protocol created as a subclass of ns3::Ipv4RoutingProtocol, you need to create a subclass of ns3::Ipv4RoutingHelper which can be used by ns3::InternetStackHelper::SetRoutingHelper and ns3::InternetStackHelper::Install.
virtual Ptr<Ipv4RoutingProtocol> ns3::Ipv4RoutingHelper::Create | ( | Ptr< Node > | node | ) | const [pure virtual] |
node | the node within which the new routing protocol will run |
Implemented in ns3::Ipv4GlobalRoutingHelper, ns3::Ipv4ListRoutingHelper, ns3::Ipv4StaticRoutingHelper, and ns3::OlsrHelper.