WifiRraaThresholds structure. More...
#include "rraa-wifi-manager.h"
Public Attributes | |
uint32_t | m_ewnd |
Evaluation Window. More... | |
double | m_mtl |
Maximum Tolerable Loss threshold. More... | |
double | m_ori |
Opportunistic Rate Increase threshold. More... | |
WifiRraaThresholds structure.
Definition at line 33 of file rraa-wifi-manager.h.
uint32_t ns3::WifiRraaThresholds::m_ewnd |
Evaluation Window.
Definition at line 37 of file rraa-wifi-manager.h.
Referenced by ns3::RraaWifiManager::InitThresholds(), ns3::RraaWifiManager::ResetCountersBasic(), and ns3::RraaWifiManager::RunBasicAlgorithm().
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().
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().