bug 1514: make TimeValue usage consistent in the tutorial

This commit is contained in:
Tom Henderson
2012-10-21 15:48:47 -07:00
parent 8783c81710
commit 38f973aa5c
4 changed files with 5 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ main (int argc, char *argv[])
UdpEchoClientHelper echoClient (csmaInterfaces.GetAddress (nCsma), 9);
echoClient.SetAttribute ("MaxPackets", UintegerValue (1));
echoClient.SetAttribute ("Interval", TimeValue (Seconds (1.)));
echoClient.SetAttribute ("Interval", TimeValue (Seconds (1.0)));
echoClient.SetAttribute ("PacketSize", UintegerValue (1024));
ApplicationContainer clientApps = echoClient.Install (p2pNodes.Get (0));