You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- We want an immediate response when making a request with ServiceInfo
by asking a QU question, most responders will not delay the response
and respond right away to our question. This also improves compatibility
with split networks as we may not have been able to see the response
otherwise. If the responder has not multicast the record recently
it may still choose to do so in addition to responding via unicast
- Reduces traffic when there are multiple zeroconf instances running
on the network running ServiceBrowsers
- If we don't get an answer on the first try, we ask a QM question
in the event we can't receive a unicast response for some reason
- This change puts ServiceInfo inline with ServiceBrowser which
also asks the first question as QU since ServiceInfo is commonly
called from ServiceBrowser callbacks
closes#851
We almost always want an immediate response
The text was updated successfully, but these errors were encountered: