An MPR-Selector Tuple. More...
#include "olsr-repositories.h"
Public Attributes | |
Time | expirationTime |
Time at which this tuple expires and must be removed. | |
Ipv4Address | mainAddr |
Main address of a node which have selected this node as a MPR. | |
An MPR-Selector Tuple.
Definition at line 197 of file olsr-repositories.h.
Time ns3::olsr::MprSelectorTuple::expirationTime |
Time at which this tuple expires and must be removed.
Definition at line 202 of file olsr-repositories.h.
Referenced by ns3::olsr::RoutingProtocol::MprSelTupleTimerExpire(), and ns3::olsr::RoutingProtocol::PopulateMprSelectorSet().
Ipv4Address ns3::olsr::MprSelectorTuple::mainAddr |
Main address of a node which have selected this node as a MPR.
Definition at line 200 of file olsr-repositories.h.
Referenced by ns3::olsr::operator==(), and ns3::olsr::RoutingProtocol::PopulateMprSelectorSet().