examples/simple-point-to-point-olsr.cc
changeset 2298 f61e41169911
parent 2295 39452dbe604b
child 2327 6496b4d93372
child 2484 d5b05b706999
--- a/examples/simple-point-to-point-olsr.cc	Fri Feb 01 18:24:39 2008 +0000
+++ b/examples/simple-point-to-point-olsr.cc	Fri Feb 01 18:39:37 2008 +0000
@@ -212,8 +212,8 @@
   pcaptrace.TraceAllIp ();
 
   NS_LOG_INFO ("Run Simulation.");
-  Simulator::StopAt (Seconds (300));
-  Simulator::Run ();    
+  Simulator::StopAt (Seconds (30));
+  Simulator::Run ();
   Simulator::Destroy ();
   NS_LOG_INFO ("Done.");
 }