Bug 1629 - Make AODV Default to Disable Hello
authorJohn Abraham <john.abraham.in@gmail.com>
Thu, 15 Aug 2013 22:39:03 -0700
changeset 10250 7ea12911298b
parent 10249 5bf2fe645784
child 10251 46af8ddb9a53
Bug 1629 - Make AODV Default to Disable Hello
src/aodv/model/aodv-routing-protocol.cc
--- a/src/aodv/model/aodv-routing-protocol.cc	Thu Aug 15 21:00:57 2013 -0700
+++ b/src/aodv/model/aodv-routing-protocol.cc	Thu Aug 15 22:39:03 2013 -0700
@@ -135,7 +135,7 @@
   MaxQueueTime (Seconds (30)),
   DestinationOnly (false),
   GratuitousReply (true),
-  EnableHello (true),
+  EnableHello (false),
   m_routingTable (DeletePeriod),
   m_queue (MaxQueueLen, MaxQueueTime),
   m_requestId (0),