OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNSSERVER_PENALTY_TIME
(Results
1 - 3
of
3
) sorted by null
/external/mdnsresponder/mDNSCore/
uDNS.h
36
#define
DNSSERVER_PENALTY_TIME
(60 * mDNSPlatformOneSecond) // number of seconds for which new questions don't pick this server
uDNS.c
191
// for
DNSSERVER_PENALTY_TIME
. We may also use additional logic e.g., don't penalize for PTR
197
// We penalize the server so that new queries don't pick this server for
DNSSERVER_PENALTY_TIME
207
q->qDNSServer->penaltyTime = NonZeroTime(m->timenow +
DNSSERVER_PENALTY_TIME
);
[
all
...]
mDNS.c
[
all
...]
Completed in 342 milliseconds