troglobit / mdnsd

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

Add NETLINK support to probe for interfaces/addresses on Linux #48

Open troglobit opened 2 years ago

troglobit commented 2 years ago

The current 10 sec probe mechanism can be optimized by adding netlink monitor support for detecting interfaces and addresses being added to and removed from the system.

Note: patches that add dependency on an external library will not be accepted. Instead, see https://github.com/troglobit/finit/blob/master/plugins/netlink.c which I recommend adapting.