Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp915 static constexpr uint32_t kMinIntervalBetweenMulticast = 1000; // msec member in ot::Dns::Multicast::Core::RecordInfo
Dmdns.cpp641 …VerifyOrExit(GetDurationSinceLastMulticast(aInfo.GetAnswerTime()) >= kMinIntervalBetweenMulticast); in ScheduleAnswer()