Lines Matching full:retrying
239 // list and retrying all the servers again e.g., at least one server failed to respond in the previous try, we
251 // any response, we need to keep retrying till we get a response. uDNS_CheckCurrentQuestion handles
1034 if (q->ThisQInterval < (256 * mDNSPlatformOneSecond)) // Now we have a TCP connection open, make sure we wait at least 256 seconds before retrying
1176 mDNSu32 count = q->ntries + 1; // want to wait at least 1 second before retrying
1188 LogMsg("tcpCallback: stream connection for LLQ %##s (%s) failed %d times, retrying in %d ms", q->qname.c, DNSTypeName(q->qtype), q->ntries, q->ThisQInterval);
1193 LogMsg("tcpCallback: stream connection for %##s (%s) failed, retrying in %d ms", q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval);
1204 LogMsg("tcpCallback: stream connection for %##s (%s) failed, retrying in %d ms", q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval);
3713 debugf("Private port lookup failed -- retrying without TLS -- %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
3896 // interval. Preserve the back-off so that we don't keep retrying aggressively.
4201 // In that case, we need to keep retrying till we get a response. But we need to backoff as we retry. We set
4222 LogInfo("uDNS_checkCurrentQuestion: Retrying question %p %##s (%s) DNS Server %#a:%d ThisQInterval %d",