Mesh: fixed initiating proactive PREQ
authorKirill Andreev <andreev@iitp.ru>
Mon Nov 02 12:28:38 2009 +0300 (3 months ago)
changeset 54725800fd778af9
parent 5471 61831e265e20
child 5473 3827a2a06b38
child 5799 8a1263190943
Mesh: fixed initiating proactive PREQ
src/devices/mesh/dot11s/hwmp-protocol.cc
     1.1 --- a/src/devices/mesh/dot11s/hwmp-protocol.cc	Sun Nov 01 22:47:04 2009 +0000
     1.2 +++ b/src/devices/mesh/dot11s/hwmp-protocol.cc	Mon Nov 02 12:28:38 2009 +0300
     1.3 @@ -1012,7 +1012,6 @@
     1.4    Time randomStart = Seconds (coefficient.GetValue ());
     1.5    m_proactivePreqTimer = Simulator::Schedule (randomStart, &HwmpProtocol::SendProactivePreq, this);
     1.6    NS_LOG_DEBUG ("ROOT IS: " << m_address);
     1.7 -  SendProactivePreq ();
     1.8    m_isRoot = true;
     1.9  }
    1.10  void