Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dresolver.hpp106 static constexpr uint64_t kDnsServerListCacheTimeoutMs = 10 * 60 * 1000; // 10 minutes member in ot::Posix::Resolver
Dresolver.cpp78 if (now > mUpstreamDnsServerListFreshness + kDnsServerListCacheTimeoutMs || in TryRefreshDnsServerList()