|
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. | |
Nix-vector routing protocol
| TypeId ns3::Ipv4NixVectorRouting::GetTypeId | ( | void | ) | [static] |
The Interface ID of the Global Router interface.
This method returns the TypeId associated to ns3::Ipv4NixVectorRouting.
This object is accessible through the following paths with Config::Set and Config::Connect:
No Attributes defined for this type.
No TraceSources defined for this type.
Reimplemented from ns3::Ipv4RoutingProtocol.
References ns3::TypeId::SetParent().
| void ns3::Ipv4NixVectorRouting::SetNode | ( | Ptr< Node > | node | ) |
Set the Node pointer of the node for which this routing protocol is to be placed.
| node | Node pointer |
References NS_LOG_FUNCTION_NOARGS.