Draft: Replace KDNSSD with mdns.h
WIP!
KDNSSD only works with Avahi (so, only on Linux) while mdns.h is a header-only library [1] that implements mdns from scratch and should work on all platforms.
The low-level code needed to use mdns.h is abstracted under a Qt-friendly interface.
Edited by Albert Vaca Cintora