Searched refs:kMulticastRetxDelay (Results 1 – 1 of 1) sorted by relevance
780 …static constexpr uint32_t kMulticastRetxDelay = 5000; // Base delay for MLE multicast r… member in ot::Mle::Mle781 …static constexpr uint32_t kMulticastRetxDelayMin = kMulticastRetxDelay * 9 / 10; // 0.9 *…782 …static constexpr uint32_t kMulticastRetxDelayMax = kMulticastRetxDelay * 11 / 10; // 1.1 *…