Home
last modified time | relevance | path

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

/external/openscreen/discovery/mdns/
Dmdns_trackers.cc26 constexpr double kTtlFractions[] = {0.80, 0.85, 0.90, 0.95, 1.00}; variable
204 attempt_count_ = countof(kTtlFractions) - 1; in Update()
236 attempt_count_ = countof(kTtlFractions) - 1; in ExpireSoon()
278 OSP_DCHECK(attempt_count_ < countof(kTtlFractions)); in GetNextSendTime()
280 double ttl_fraction = kTtlFractions[attempt_count_++]; in GetNextSendTime()
283 if (attempt_count_ != countof(kTtlFractions)) { in GetNextSendTime()
Dmdns_trackers_unittest.cc129 constexpr double kTtlFractions[] = {0.83, 0.88, 0.93, 0.98, 1.00}; in AdvanceThroughAllTtlFractions() local
131 for (double fraction : kTtlFractions) { in AdvanceThroughAllTtlFractions()