Searched refs:kMaxAttempts (Results 1 – 1 of 1) sorted by relevance
2296 constexpr int kMaxAttempts = 50; in findDnsSockets() local2298 for (int i = 0; i < kMaxAttempts; i++) { in findDnsSockets()2301 << "Failed to dump sockets, attempt " << i << " of " << kMaxAttempts; in findDnsSockets()