A Discrete-Event Network Simulator
API
ns3::olsr::TwoHopNeighborTuple Struct Reference

A 2-hop Tuple. More...

#include "olsr-repositories.h"

+ Collaboration diagram for ns3::olsr::TwoHopNeighborTuple:

Public Attributes

Time expirationTime
 Time at which this tuple expires and must be removed. More...
 
Ipv4Address neighborMainAddr
 Main address of a neighbor. More...
 
Ipv4Address twoHopNeighborAddr
 Main address of a 2-hop neighbor with a symmetric link to nb_main_addr. More...
 

Detailed Description

A 2-hop Tuple.

Definition at line 135 of file olsr-repositories.h.

Member Data Documentation

◆ expirationTime

Time ns3::olsr::TwoHopNeighborTuple::expirationTime

Time at which this tuple expires and must be removed.

Definition at line 142 of file olsr-repositories.h.

Referenced by ns3::olsr::RoutingProtocol::Nb2hopTupleTimerExpire(), ns3::olsr::operator<<(), and ns3::olsr::RoutingProtocol::PopulateTwoHopNeighborSet().

◆ neighborMainAddr

◆ twoHopNeighborAddr

Ipv4Address ns3::olsr::TwoHopNeighborTuple::twoHopNeighborAddr

Main address of a 2-hop neighbor with a symmetric link to nb_main_addr.

Definition at line 140 of file olsr-repositories.h.

Referenced by ns3::olsr::operator<<(), ns3::olsr::operator==(), ns3::olsr::RoutingProtocol::PopulateTwoHopNeighborSet(), and ns3::olsr::RoutingProtocol::RoutingTableComputation().


The documentation for this struct was generated from the following file: