mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
Refactor tests for brevity
This commit is contained in:
parent
37631d0758
commit
4c008e32f0
5 changed files with 112 additions and 139 deletions
|
@ -133,6 +133,7 @@ int main (int argc, char *argv[])
|
|||
if (routingProto == "epidemic")
|
||||
{
|
||||
EpidemicHelper epidemic;
|
||||
//epidemic.Set ("BeaconInterval", TimeValue (MilliSeconds (100)));
|
||||
stack.SetRoutingHelper (epidemic);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue