Searched refs:kMaxAttempts (Results 1 – 2 of 2) sorted by relevance
133 static constexpr const size_t kMaxAttempts = 6; member in __anon294a789f0111::ReconnectHandler176 ReconnectAttempt{transport, reconnect_time, ReconnectHandler::kMaxAttempts}); in TrackTransport()
2167 constexpr int kMaxAttempts = 50; in findDnsSockets() local2169 for (int i = 0; i < kMaxAttempts; i++) { in findDnsSockets()2172 << "Failed to dump sockets, attempt " << i << " of " << kMaxAttempts; in findDnsSockets()