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 70 of file olsr-repositories.h.

Member Data Documentation

Time ns3::olsr::LinkTuple::asymTime

The link is considered unidirectional until this time.

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

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

Ipv4Address ns3::olsr::LinkTuple::localIfaceAddr
Time ns3::olsr::LinkTuple::time

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