Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dresolver.hpp105 static constexpr uint64_t kDnsServerListNullCacheTimeoutMs = 1 * 60 * 1000; // 1 minute member in ot::Posix::Resolver
Dresolver.cpp79 …amDnsServerCount == 0 && now > mUpstreamDnsServerListFreshness + kDnsServerListNullCacheTimeoutMs)) in TryRefreshDnsServerList()