@hackage mDNSResponder-client1.0.3
Library for talking to the mDNSResponder daemon.
Categories
License
BSD-3-Clause
Maintainer
shea@shealevy.com
Links
Versions
Installation
Dependencies (7)
- base >=4.9 && <4.11
- bytestring >=0.10.8.1 && <0.11
- ctrie >=0.1.1.0 && <0.2
- data-endian >=0.1.1 && <0.2
- network >=2.6.3.1 && <2.7
- network-msg >=0.8 && <0.9 Show all…
Dependents (1)
@hackage/acme-everything
On OS X, iOS, and Bonjour for Windows, mDNSResponder is the daemon responsible for providing the Bonjour services. This is a client implementation directly on top of the (not documented outside of the open source code) Unix domain socket protocol, as the "low level" dns_sd C API provided by Apple relies on heavy use of callbacks and does not allow for nonblocking connections.