troglobit / mdnsd

Jeremie Miller's original mdnsd
BSD 3-Clause "New" or "Revised" License
56 stars 35 forks source link

Add support for running on multiple interfaces #8

Closed troglobit closed 2 years ago

troglobit commented 6 years ago

The Apple mDNSResponder creates a socket on all interfaces from getifaddrs(), as long as the interface has the IFF_MULTICAST flag and an IP address. We should do this too since there a many multi-homed applications for which mdnsd may be a great fit.