erbium
erbium copied to clipboard
add mDNS support
Supporting mDNS would be nice from a service discovery point of view, possibly also allowing clients on different subnets to be able to share in service discovery.
DNS could also automatically look up .local names via mDNS.
mDNS, while sharing a packet format with DNS is actually a very different protocol making reusing the existing dns code difficult.