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