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

A Link Tuple. More...

#include "olsr-repositories.h"

+ Collaboration diagram for ns3::olsr::LinkTuple:

Public Attributes

Time asymTime
 The link is considered unidirectional until this time. More...
 
Ipv4Address localIfaceAddr
 Interface address of the local node. More...
 
Ipv4Address neighborIfaceAddr
 Interface address of the neighbor node. More...
 
Time symTime
 The link is considered bidirectional until this time. More...
 
Time time
 Time at which this tuple expires and must be removed. More...
 

Detailed Description

A Link Tuple.

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

Member Data Documentation

◆ asymTime

Time ns3::olsr::LinkTuple::asymTime

The link is considered unidirectional until this time.

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

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

◆ localIfaceAddr

Ipv4Address ns3::olsr::LinkTuple::localIfaceAddr

◆ neighborIfaceAddr

◆ symTime

◆ time

Time ns3::olsr::LinkTuple::time

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