Searched refs:MaxQuestionInterval (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.h49 #define MaxQuestionInterval (3600 * mDNSPlatformOneSecond) macro
51 // just move to MaxQuestionInterval once over this threshold
H A DmDNS.c3382 if (q->ThisQInterval > MaxQuestionInterval)
3383 q->ThisQInterval = MaxQuestionInterval;
3427 // don't send it again until MaxQuestionInterval unless:
3436 q->ThisQInterval = MaxQuestionInterval;
3454 q->ThisQInterval = MaxQuestionInterval;
3891 q->ThisQInterval = MaxQuestionInterval;
3896 debugf("ResetQuestionState: Set MaxQuestionInterval for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
4223 // so we immediately bump ThisQInterval up to MaxQuestionInterval to avoid pounding the network.
4443 // before we pick a new DNS server. As the question interval is set to MaxQuestionInterval, we may
4446 // MaxQuestionInterval
[all...]

Completed in 299 milliseconds