A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::dot11s::HwmpRtable::ProactiveRoute Struct Reference

Route found in proactive mode. More...

+ Collaboration diagram for ns3::dot11s::HwmpRtable::ProactiveRoute:

Public Attributes

uint32_t interface
 interface
 
uint32_t metric
 metric
 
std::vector< Precursorprecursors
 precursors
 
Mac48Address retransmitter
 retransmitter
 
Mac48Address root
 root
 
uint32_t seqnum
 sequence number
 
Time whenExpire
 expire time
 

Detailed Description

Route found in proactive mode.

Definition at line 208 of file hwmp-rtable.h.

Member Data Documentation

◆ interface

uint32_t ns3::dot11s::HwmpRtable::ProactiveRoute::interface

interface

Definition at line 212 of file hwmp-rtable.h.

◆ metric

uint32_t ns3::dot11s::HwmpRtable::ProactiveRoute::metric

metric

Definition at line 213 of file hwmp-rtable.h.

◆ precursors

std::vector<Precursor> ns3::dot11s::HwmpRtable::ProactiveRoute::precursors

precursors

Definition at line 216 of file hwmp-rtable.h.

◆ retransmitter

Mac48Address ns3::dot11s::HwmpRtable::ProactiveRoute::retransmitter

retransmitter

Definition at line 211 of file hwmp-rtable.h.

◆ root

Mac48Address ns3::dot11s::HwmpRtable::ProactiveRoute::root

root

Definition at line 210 of file hwmp-rtable.h.

◆ seqnum

uint32_t ns3::dot11s::HwmpRtable::ProactiveRoute::seqnum

sequence number

Definition at line 215 of file hwmp-rtable.h.

◆ whenExpire

Time ns3::dot11s::HwmpRtable::ProactiveRoute::whenExpire

expire time

Definition at line 214 of file hwmp-rtable.h.


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