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

WifiRraaThresholds structure. More...

#include "rraa-wifi-manager.h"

+ Collaboration diagram for ns3::WifiRraaThresholds:

Public Attributes

uint32_t m_ewnd
 Evaluation Window.
 
double m_mtl
 Maximum Tolerable Loss threshold.
 
double m_ori
 Opportunistic Rate Increase threshold.
 

Detailed Description

WifiRraaThresholds structure.

Definition at line 33 of file rraa-wifi-manager.h.

Member Data Documentation

◆ m_ewnd

uint32_t ns3::WifiRraaThresholds::m_ewnd

◆ m_mtl

double ns3::WifiRraaThresholds::m_mtl

Maximum Tolerable Loss threshold.

Definition at line 36 of file rraa-wifi-manager.h.

Referenced by ns3::RraaWifiManager::InitThresholds(), and ns3::RraaWifiManager::RunBasicAlgorithm().

◆ m_ori

double ns3::WifiRraaThresholds::m_ori

Opportunistic Rate Increase threshold.

Definition at line 35 of file rraa-wifi-manager.h.

Referenced by ns3::RraaWifiManager::InitThresholds(), and ns3::RraaWifiManager::RunBasicAlgorithm().


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