Update wifi-spectrum-saturation-example.cc -- fix description of default distance value (from 50 to 1 m) to conform to the code

This commit is contained in:
Szymon Szott
2021-09-08 15:03:40 +00:00
parent 0ec69bda85
commit f9cb9342ce

View File

@@ -60,7 +60,7 @@
// attributes, global values, and default values typically available:
//
// --simulationTime: Simulation time in seconds [10]
// --distance: meters separation between nodes [50]
// --distance: meters separation between nodes [1]
// --index: restrict index to single value between 0 and 31 [256]
// --wifiType: select ns3::SpectrumWifiPhy or ns3::YansWifiPhy [ns3::SpectrumWifiPhy]
// --errorModelType: select ns3::NistErrorRateModel or ns3::YansErrorRateModel [ns3::NistErrorRateModel]