Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1539 static constexpr uint32_t kQueryTtlVariation = 1000 * 2 / 100; // 2% member in ot::Dns::Multicast::Core::CacheRecordInfo
Dmdns.cpp4752 … queryTime += Random::NonCrypto::GetUint32InRange(0, GetClampedTtl() * kQueryTtlVariation); in UpdateQueryAndFireTimeOn()