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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.h45 #define QuestionIntervalStep 3 macro
46 #define QuestionIntervalStep2 (QuestionIntervalStep*QuestionIntervalStep)
47 #define QuestionIntervalStep3 (QuestionIntervalStep*QuestionIntervalStep*QuestionIntervalStep)
48 #define InitialQuestionInterval ((mDNSPlatformOneSecond + QuestionIntervalStep-1) / QuestionIntervalStep)
55 // the record registration e.g., GetZoneData, we always back off by QuestionIntervalStep

Completed in 58 milliseconds