Skip to content

wifi: use Time() instead of *Seconds(0).

Tolik Zinovyev requested to merge tolikzinovyev/ns-3-dev:zero-time into master

Time::*Seconds() functions do an expensive conversion. For performance, instead of Time::*Seconds(0) we can use Time::Time().

Merge request reports