HomeSort by: relevance | last modified time | path
    Searched refs:MaxQuestionInterval (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.h 55 #define MaxQuestionInterval (3600 * mDNSPlatformOneSecond)
mDNS.c 4396 if (q->ThisQInterval > MaxQuestionInterval)
4398 q->ThisQInterval = MaxQuestionInterval;
4506 // don't send it again until MaxQuestionInterval unless:
4515 q->ThisQInterval = MaxQuestionInterval;
4531 if (q->ThisQInterval > MaxQuestionInterval)
4533 q->ThisQInterval = MaxQuestionInterval;
5126 q->ThisQInterval = MaxQuestionInterval;
5135 debugf("ResetQuestionState: Set MaxQuestionInterval for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
5636 // so we immediately bump ThisQInterval up to MaxQuestionInterval to avoid pounding the network.
5882 // before we pick a new DNS server. As the question interval is set to MaxQuestionInterval, we ma
    [all...]

Completed in 30 milliseconds