A Discrete-Event Network Simulator
ns-3.38 @ OFSwitch13 5.2.1
API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IPv4 Routing Protocols.

The classes in this group implement different routing protocols for IPv4. More...

+ Collaboration diagram for IPv4 Routing Protocols.:

Modules

 Global Routing.
 Performs pre-simulation static route computation on a layer-3 IPv4 topology.
 
 RIP
 The RIP protocol (RFC 2453) is a unicast-only IPv4 IGP (Interior Gateway Protocol).
 

Classes

class  ns3::Ipv4ListRouting
 IPv4 list routing. More...
 
class  ns3::Ipv4MulticastRoute
 Ipv4 multicast route cache entry (similar to Linux struct mfc_cache) More...
 
class  ns3::Ipv4MulticastRoutingTableEntry
 A record of an IPv4 multicast route for Ipv4GlobalRouting and Ipv4StaticRouting. More...
 
class  ns3::Ipv4Route
 IPv4 route cache entry (similar to Linux struct rtable) More...
 
class  ns3::Ipv4RoutingProtocol
 Abstract base class for IPv4 routing protocols. More...
 
class  ns3::Ipv4RoutingTableEntry
 A record of an IPv4 routing table entry for Ipv4GlobalRouting and Ipv4StaticRouting. More...
 
class  ns3::Ipv4StaticRouting
 Static routing protocol for IP version 4 stacks. More...
 

Detailed Description

The classes in this group implement different routing protocols for IPv4.

Other modules could implement further protocols (e.g., AODV, OLSR, etc.).