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

An MPR-Selector Tuple. More...

#include "olsr-repositories.h"

+ Collaboration diagram for ns3::olsr::MprSelectorTuple:

Public Attributes

Time expirationTime
 Time at which this tuple expires and must be removed. More...
 
Ipv4Address mainAddr
 Main address of a node which have selected this node as a MPR. More...
 

Detailed Description

An MPR-Selector Tuple.

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

Member Data Documentation

◆ expirationTime

Time ns3::olsr::MprSelectorTuple::expirationTime

Time at which this tuple expires and must be removed.

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

Referenced by ns3::olsr::RoutingProtocol::MprSelTupleTimerExpire(), and ns3::olsr::RoutingProtocol::PopulateMprSelectorSet().

◆ mainAddr

Ipv4Address ns3::olsr::MprSelectorTuple::mainAddr

Main address of a node which have selected this node as a MPR.

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

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


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