ns-3
|
#include <ipv4-nix-vector-routing.h>
Public Member Functions | |
void | SetNode (Ptr< Node > node) |
Set the Node pointer of the node for which this routing protocol is to be placed. | |
void | FlushGlobalNixRoutingCache (void) |
Called when run-time link topology change occurs which iterates through the node list and flushes any nix vector caches. |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
The Interface ID of the Global Router interface. |
Additional Inherited Members | |
![]() | |
typedef Callback< void, Ptr < Ipv4Route >, Ptr< const Packet >, const Ipv4Header & > | UnicastForwardCallback |
typedef Callback< void, Ptr < Ipv4MulticastRoute >, Ptr < const Packet >, const Ipv4Header & > | MulticastForwardCallback |
typedef Callback< void, Ptr < const Packet >, const Ipv4Header &, uint32_t > | LocalDeliverCallback |
typedef Callback< void, Ptr < const Packet >, const Ipv4Header &, Socket::SocketErrno > | ErrorCallback |
Nix-vector routing protocol
|
static |
The Interface ID of the Global Router interface.
This method returns the TypeId associated to ns3::Ipv4NixVectorRouting.
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Ipv4RoutingProtocol.
References ns3::TypeId::SetParent().
Set the Node pointer of the node for which this routing protocol is to be placed.
node | Node pointer |
References NS_LOG_FUNCTION_NOARGS.