A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::dsdv Namespace Reference

Classes

struct  DeferredRouteOutputTag
 Tag used by DSDV implementation. More...
 
class  DsdvHeader
 DSDV Update Packet Format. More...
 
struct  IsExpired
 IsExpired structure. More...
 
class  PacketQueue
 DSDV Packet queue. More...
 
class  QueueEntry
 DSDV Queue Entry. More...
 
class  RoutingProtocol
 DSDV routing protocol. More...
 
class  RoutingTable
 The Routing table used by DSDV protocol. More...
 
class  RoutingTableEntry
 Routing table entry. More...
 

Enumerations

enum  RouteFlags { VALID = 0 , INVALID = 1 }
 

Functions

static std::ostream & operator<< (std::ostream &os, const DsdvHeader &packet)
 

Enumeration Type Documentation

◆ RouteFlags

Enumerator
VALID 
INVALID 

Definition at line 48 of file dsdv-rtable.h.

Function Documentation

◆ operator<<()

static std::ostream & ns3::dsdv::operator<< ( std::ostream &  os,
const DsdvHeader packet 
)
inlinestatic

Definition at line 143 of file dsdv-packet.h.

References ns3::dsdv::DsdvHeader::Print().

+ Here is the call graph for this function: