Typo in first.cc

This commit is contained in:
Lalith Suresh
2011-06-24 16:08:55 +01:00
parent 337823af80
commit d5d6910547

View File

@@ -56,7 +56,7 @@ main (int argc, char *argv[])
UdpEchoClientHelper echoClient (interfaces.GetAddress (1), 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 (nodes.Get (0));