Searched refs:maxExistingQuestionInterval (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3309 // For explanation of maxExistingQuestionInterval logic, see comments for maxExistingAnnounceInterval
3310 mDNSs32 maxExistingQuestionInterval = 0; local
3394 if (maxExistingQuestionInterval < q->ThisQInterval)
3395 maxExistingQuestionInterval = q->ThisQInterval;
3419 && (q->SendQNow || (!q->Target.type && ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestionInterval && AccelerateThisQuery(m,q))))

Completed in 105 milliseconds