mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Adapt TTL threshold to not exclude non-isl paths
This commit is contained in:
parent
f8d552d12b
commit
db1510063a
2 changed files with 4 additions and 4 deletions
|
@ -101,8 +101,8 @@ int main (int argc, char *argv[])
|
|||
//aodv.Set ("RreqRetries", UintegerValue (1000));
|
||||
//aodv.Set ("RerrRateLimit", UintegerValue (1000));
|
||||
//aodv.Set ("RreqRateLimit", UintegerValue (10));
|
||||
//aodv.Set ("TtlThreshold", UintegerValue (10));
|
||||
//aodv.Set ("NetDiameter", UintegerValue (50));
|
||||
aodv.Set ("TtlThreshold", UintegerValue (20));
|
||||
aodv.Set ("NetDiameter", UintegerValue (50));
|
||||
stack.SetRoutingHelper (aodv);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue