Skip to content

point-to-point: Time arithmetic changes implementation

Jordan Dorham requested to merge jdorham/ns-3-dev:p2p 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