Skip to content

wifi: avoid copying WifiPpdu in YansWifiChannel::Send()

Copying WifiPpdu takes 9% of the whole simulation time! This PR replaces Ptr<WifiPpdu> with Ptr<const WifiPpdu> in order to avoid copying it for each receiver.

Edited by Tolik Zinovyev

Merge request reports

Loading