Bugzilla – Bug 1514
Typo
Last modified: 2012-10-21 19:06:36 UTC
Here: http://www.nsnam.org/docs/release/3.14/tutorial/singlehtml/index.html#udpechoclienthelper appears: echoClient.SetAttribute ("Interval", TimeValue (Seconds (1.))); it should appear: echoClient.SetAttribute ("Interval", TimeValue (Seconds (1.0)));
fixed in changeset: ede7a74e7411 I resolved this by making all tutorial references to TimeValue(1.) into TimeValue (1.0) in the code and documentation.