mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 10:31:43 +02:00
refactor stuff
This commit is contained in:
parent
57b04d6424
commit
97de8c9d24
15 changed files with 135 additions and 88 deletions
|
@ -28,7 +28,6 @@ IslIcmpTestCase::IslIcmpTestCase ()
|
|||
|
||||
IslIcmpTestCase::~IslIcmpTestCase ()
|
||||
{
|
||||
Simulator::Destroy ();
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -80,6 +79,7 @@ IslIcmpTestCase::DoRun (void)
|
|||
serverApps.Stop (Seconds (10.0));
|
||||
|
||||
Simulator::Run ();
|
||||
Simulator::Destroy ();
|
||||
}
|
||||
|
||||
class IslTestSuite : public TestSuite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue