Home | History | Annotate | Download | only in mDNSCore

Lines Matching full:waste

5678 				rr->WakeUp.HMAC = zeroEthAddr;	// Clear HMAC so that mDNS_Deregister_internal doesn't waste packets trying to wake this host
5717 rr->WakeUp.HMAC = zeroEthAddr; // Clear HMAC so that mDNS_Deregister_internal doesn't waste packets trying to wake this host
6899 // lifetime (800ms and 900ms from now) which is a pointless waste of network bandwidth.
7068 // Active Directory sites) we don't want to waste memory making negative cache entries for all the unicast answers.
7071 // This is not only a waste of memory, but there's also the problem of those negative entries confusing us later -- e.g. we
7417 rr->WakeUp.HMAC = zeroEthAddr; // Clear HMAC so that mDNS_Deregister_internal doesn't waste packets trying to wake this host
8370 // be a waste. For that reason, we schedule our first query to go out in half a second (InitialQuestionInterval).
9651 // We set UnansweredQueries = MaxUnansweredQueries so we don't waste time doing any queries for them --