A Discrete-Event Network Simulator
API
Nix-Vector Routing

Nix-vector routing is a simulation specific routing protocol and is intended for large network topologies. More...

Classes

class  Array2D< T >
 2D array used in nix-vector-routing example "nms-p2p-nix.cc" More...
 
class  Array3D< T >
 3D array used in nix-vector-routing example "nms-p2p-nix.cc" More...
 
class  ns3::Ipv4NixVectorHelper
 Helper class that adds Nix-vector routing to nodes. More...
 
class  ns3::Ipv4NixVectorRouting
 Nix-vector routing protocol. More...
 

Typedefs

typedef std::map< Ipv4Address, Ptr< Ipv4Route > > ns3::Ipv4RouteMap_t
 Map of Ipv4Address to Ipv4Route. More...
 
typedef std::map< Ipv4Address, Ptr< NixVector > > ns3::NixMap_t
 Map of Ipv4Address to NixVector. More...
 

Detailed Description

Nix-vector routing is a simulation specific routing protocol and is intended for large network topologies.

Typedef Documentation

◆ Ipv4RouteMap_t

Map of Ipv4Address to Ipv4Route.

Definition at line 55 of file ipv4-nix-vector-routing.h.

◆ NixMap_t

typedef std::map<Ipv4Address, Ptr<NixVector> > ns3::NixMap_t

Map of Ipv4Address to NixVector.

Definition at line 50 of file ipv4-nix-vector-routing.h.