mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Use speed of light in air
This commit is contained in:
parent
b0bd80c8fe
commit
37631d0758
6 changed files with 15 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue