Put back the simulation time in 30 seconds, else we generate huge trace files.
This commit is contained in:
@@ -212,8 +212,8 @@ main (int argc, char *argv[])
|
||||
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.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user