From 4e86ed63bbf3675ce4280a7b9d1669ef0edc8316 Mon Sep 17 00:00:00 2001 From: Kirill Andreev Date: Mon, 2 Nov 2009 12:28:38 +0300 Subject: [PATCH] Mesh: fixed initiating proactive PREQ --- src/devices/mesh/dot11s/hwmp-protocol.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/devices/mesh/dot11s/hwmp-protocol.cc b/src/devices/mesh/dot11s/hwmp-protocol.cc index 095a08d2a..acc60136f 100644 --- a/src/devices/mesh/dot11s/hwmp-protocol.cc +++ b/src/devices/mesh/dot11s/hwmp-protocol.cc @@ -1012,7 +1012,6 @@ HwmpProtocol::SetRoot () Time randomStart = Seconds (coefficient.GetValue ()); m_proactivePreqTimer = Simulator::Schedule (randomStart, &HwmpProtocol::SendProactivePreq, this); NS_LOG_DEBUG ("ROOT IS: " << m_address); - SendProactivePreq (); m_isRoot = true; } void