OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Jun 07 00:24:08 UTC 2026