Bug 1629 - Make AODV Default to Disable Hello

This commit is contained in:
John Abraham
2013-08-15 22:39:03 -07:00
parent 9b60ad3617
commit 21e900f3e5

View File

@@ -135,7 +135,7 @@ RoutingProtocol::RoutingProtocol () :
MaxQueueTime (Seconds (30)),
DestinationOnly (false),
GratuitousReply (true),
EnableHello (true),
EnableHello (false),
m_routingTable (DeletePeriod),
m_queue (MaxQueueLen, MaxQueueTime),
m_requestId (0),