changeset 1741 | aa837ce15faf |
parent 1740 | 3d3168e8fef6 |
--- a/examples/simple-point-to-point-olsr.cc Thu Sep 06 13:34:54 2007 +0100 +++ b/examples/simple-point-to-point-olsr.cc Thu Sep 06 15:18:14 2007 +0100 @@ -183,6 +183,8 @@ PcapTrace pcaptrace ("simple-point-to-point-olsr.pcap"); pcaptrace.TraceAllIp (); + Simulator::StopAt (Seconds (10)); + Simulator::Run (); Simulator::Destroy ();