wifi: Update RtsCtsThreshold attribute to be in line with dot11RTSThreshold from latest standard

This commit is contained in:
Sébastien Deronne
2023-11-06 19:55:06 +01:00
parent ceceec682e
commit 337763e514

View File

@@ -71,9 +71,9 @@ WifiRemoteStationManager::GetTypeId()
"If the size of the PSDU is bigger than this value, we use an RTS/CTS "
"handshake before sending the data frame."
"This value will not have any effect on some rate control algorithms.",
UintegerValue(65535),
UintegerValue(4692480),
MakeUintegerAccessor(&WifiRemoteStationManager::SetRtsCtsThreshold),
MakeUintegerChecker<uint32_t>())
MakeUintegerChecker<uint32_t>(0, 4692480))
.AddAttribute(
"FragmentationThreshold",
"If the size of the PSDU is bigger than this value, we fragment it such that the "