bug in script-- Stop not being called
authorTom Henderson <tomh@tomh.org>
Thu, 02 Oct 2008 16:48:01 -0700
changeset 3730 ee3519505ec2
parent 3729 af204a958bb0
child 3731 317f9dbccc2b
bug in script-- Stop not being called
examples/simple-alternate-routing.cc
--- a/examples/simple-alternate-routing.cc	Thu Oct 02 15:22:17 2008 -0700
+++ b/examples/simple-alternate-routing.cc	Thu Oct 02 16:48:01 2008 -0700
@@ -148,7 +148,7 @@
 
   ApplicationContainer apps = onoff.Install (c.Get (3));
   apps.Start (Seconds (1.1));
-  apps.Start (Seconds (10.0));
+  apps.Stop (Seconds (10.0));
 
   // Create a packet sink to receive these packets
   PacketSinkHelper sink ("ns3::UdpSocketFactory",