Bugzilla – Bug 1659
Simulator::Stop is behind Simulator::Run ();
Last modified: 2013-04-30 09:11:24 UTC
Created attachment 1578 [details] simple patch for wifi-test.cc in src/wifi/test/wifi-test.cc line 144: Simulator::Run (); Simulator::Destroy (); Simulator::Stop (Seconds (10.0)); because event is not one by one ,so Simulator::Run () can quit naturally, if sending packet repeatedly, here will be in endless loop.
fixed 9733:7eca59a61873