Searched refs:CLOCK_SKEW_RETRY_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
48 constexpr Seconds CLOCK_SKEW_RETRY_TIMEOUT { 30 }; variable
297 return now + std::max<Seconds>(delta, util::CLOCK_SKEW_RETRY_TIMEOUT); in interpolateExpiration()