diff --git a/examples/leo-bulk-send-example.cc b/examples/leo-bulk-send-example.cc index bb660ea..ac01691 100644 --- a/examples/leo-bulk-send-example.cc +++ b/examples/leo-bulk-send-example.cc @@ -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); } diff --git a/examples/leo-delay-tracing-example.cc b/examples/leo-delay-tracing-example.cc index e223899..2fd55c3 100644 --- a/examples/leo-delay-tracing-example.cc +++ b/examples/leo-delay-tracing-example.cc @@ -153,8 +153,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); }