A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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.
 
Ipv4Address neighborMainAddr
 Main address of a neighbor.
 
Ipv4Address twoHopNeighborAddr
 Main address of a 2-hop neighbor with a symmetric link to nb_main_addr.
 

Detailed Description

A 2-hop Tuple.

Definition at line 169 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 176 of file olsr-repositories.h.

◆ neighborMainAddr

Ipv4Address ns3::olsr::TwoHopNeighborTuple::neighborMainAddr

Main address of a neighbor.

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

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

◆ twoHopNeighborAddr

Ipv4Address ns3::olsr::TwoHopNeighborTuple::twoHopNeighborAddr

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

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

Referenced by ns3::olsr::operator==().


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