HomeSort by relevance Sort by last modified time
    Searched refs:QuestionIntervalStep (Results 1 - 3 of 3) sorted by null

  /external/mdnsresponder/mDNSCore/
uDNS.h 40 #define QuestionIntervalStep 3
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
uDNS.c 90 rr->ThisAPInterval = rr->ThisAPInterval * QuestionIntervalStep; // Same Retry logic as Unicast Queries
    [all...]
mDNS.c     [all...]

Completed in 133 milliseconds