Home
last modified time | relevance | path

Searched refs:kMulticastRetxDelay (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/thread/
Dmle.hpp780 …static constexpr uint32_t kMulticastRetxDelay = 5000; // Base delay for MLE multicast r… member in ot::Mle::Mle
781 …static constexpr uint32_t kMulticastRetxDelayMin = kMulticastRetxDelay * 9 / 10; // 0.9 *…
782 …static constexpr uint32_t kMulticastRetxDelayMax = kMulticastRetxDelay * 11 / 10; // 1.1 *…