This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the ability to suppress mdns service scans for some services (#256)
- When we are already running a ServiceBrowser for services that netdisco scans for we will already have all the answers we expect to get in the cache. By scanning for these services again, we generate additional network traffic. Since the known answer list was not shared between ServiceBrowsers in earlier versions of zeroconf, we will send an empty list which will cause every services we already have in the cache to be re-populated.
- Loading branch information