On 3/11/22 09:27, Filip wrote:
> Hello Tom, thank you for reply. I use ns-3.35 version.
This code in the example program
examples/wireless/wifi-simple-hidden-ht-stations.cc works for me:
if (!enableRts)
{
Config::SetDefault
("ns3::WifiRemoteStationManager::RtsCtsThreshold", StringValue ("999999"));
}
else
{
Config::SetDefault
("ns3::WifiRemoteStationManager::RtsCtsThreshold", StringValue ("0"));
}