Refactor tests for brevity

This commit is contained in:
Tim Schubert 2020-08-29 18:21:09 +02:00
parent 37631d0758
commit 4c008e32f0
5 changed files with 112 additions and 139 deletions

View file

@ -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