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... | |
Nix-vector routing is a simulation specific routing protocol and is intended for large network topologies.
typedef std::map<Ipv4Address, Ptr<Ipv4Route> > ns3::Ipv4RouteMap_t |
Map of Ipv4Address to Ipv4Route.
Definition at line 54 of file ipv4-nix-vector-routing.h.
typedef std::map<Ipv4Address, Ptr<NixVector> > ns3::NixMap_t |
Map of Ipv4Address to NixVector.
Definition at line 49 of file ipv4-nix-vector-routing.h.