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

Structure of path error: IePerr and list of receivers: interfaces and MAC address. More...

+ Collaboration diagram for ns3::dot11s::HwmpProtocol::PathError:

Public Attributes

std::vector< FailedDestinationdestinations
 destination list: Mac48Address and sequence number
 
std::vector< std::pair< uint32_t, Mac48Address > > receivers
 list of PathError receivers (in case of unicast PERR)
 

Detailed Description

Structure of path error: IePerr and list of receivers: interfaces and MAC address.

Definition at line 198 of file hwmp-protocol.h.

Member Data Documentation

◆ destinations

std::vector<FailedDestination> ns3::dot11s::HwmpProtocol::PathError::destinations

◆ receivers

std::vector<std::pair<uint32_t, Mac48Address> > ns3::dot11s::HwmpProtocol::PathError::receivers

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