Debug simulator

This commit is contained in:
Loic Guegan 2019-04-25 09:00:11 +02:00
parent 1da73fb609
commit 1399886f4d
10 changed files with 3232 additions and 1256 deletions

View file

@ -38,6 +38,8 @@ int main(int argc, char* argv[]){
Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
// Run Simulations
uint32_t nNode=ns3::NodeList::GetNNodes();
NS_LOG_UNCOND("Starting simulation with "<< nNode << " nodes");
Simulator::Stop (Seconds (20));
Simulator::Run ();
Simulator::Destroy ();