From df529e4ae59ed2bf1be01eb1c4e52ec859d81e3f Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 19 Mar 2024 12:30:00 -0700 Subject: [PATCH] examples: Fix comment on sending rate in wifi-rate-adaptation-distance.cc --- examples/wireless/wifi-rate-adaptation-distance.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wireless/wifi-rate-adaptation-distance.cc b/examples/wireless/wifi-rate-adaptation-distance.cc index a719bf69b..871c3c499 100644 --- a/examples/wireless/wifi-rate-adaptation-distance.cc +++ b/examples/wireless/wifi-rate-adaptation-distance.cc @@ -24,7 +24,7 @@ * highlighting the power adaptation. * * This simulation consist of 2 nodes, one AP and one STA. - * The AP generates UDP traffic with a CBR of 54 Mbps to the STA. + * The AP generates UDP traffic with a CBR of 400 Mbps to the STA. * The AP can use any power and rate control mechanism and the STA uses * only Minstrel rate control. * The STA can be configured to move away from (or towards to) the AP.