Searched defs:QuestionIntervalStep (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.h40 #define QuestionIntervalStep 3 macro
41 #define QuestionIntervalStep2 (QuestionIntervalStep*QuestionIntervalStep)
42 #define QuestionIntervalStep3 (QuestionIntervalStep*QuestionIntervalStep*QuestionIntervalStep)
43 #define InitialQuestionInterval ((mDNSPlatformOneSecond + QuestionIntervalStep-1) / QuestionIntervalStep)
46 // the record registration e.g., GetZoneData, we always back off by QuestionIntervalStep

Completed in 70 milliseconds