Skip to content

wifi: Time arithmetic changes

Jordan Dorham requested to merge jdorham/ns-3-dev:time-arithmetic-wifi into master

Implementation of time-arithmetic changes introduced in issue !348 (merged).

Used method for printing time with a unit. Generally the changes follow this pattern:

now.GetSeconds () --> now.As (Time::S)

Merge request reports