Use speed of light in air

This commit is contained in:
Tim Schubert 2020-08-28 21:29:57 +02:00
parent b0bd80c8fe
commit 37631d0758
6 changed files with 15 additions and 4 deletions

View file

@ -143,7 +143,6 @@ int main (int argc, char *argv[])
//aodv.Set ("RreqRetries", UintegerValue (1000));
//aodv.Set ("RerrRateLimit", UintegerValue (1000));
//aodv.Set ("RreqRateLimit", UintegerValue (10));
aodv.Set ("TtlIncrement", UintegerValue (5));
aodv.Set ("TtlThreshold", UintegerValue (25));
aodv.Set ("NetDiameter", UintegerValue (50));
stack.SetRoutingHelper (aodv);