A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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.
 
Ipv4Address localIfaceAddr
 Interface address of the local node.
 
Ipv4Address neighborIfaceAddr
 Interface address of the neighbor node.
 
Time symTime
 The link is considered bidirectional until this time.
 
Time time
 Time at which this tuple expires and must be removed.
 

Detailed Description

A Link Tuple.

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

◆ localIfaceAddr

Ipv4Address ns3::olsr::LinkTuple::localIfaceAddr

Interface address of the local node.

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

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

◆ neighborIfaceAddr

Ipv4Address ns3::olsr::LinkTuple::neighborIfaceAddr

Interface address of the neighbor node.

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

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

◆ symTime

Time ns3::olsr::LinkTuple::symTime

The link is considered bidirectional until this time.

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

◆ time

Time ns3::olsr::LinkTuple::time

Time at which this tuple expires and must be removed.

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


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