Hot take, #P2P protocols shouldn't use MDNS for peer discovery if they don't plan to use the OS provided APIs for it. Only one process can reliably bind the UDP port necessary for it and it quickly leads to conflicts. At the very least you should use a custom port to avoid conflicting with the OS.
@mauve Yes it is! Here's the relevant code but feel free to look around at the whole repo for context: https://github.com/home-cloud-io/core/blob/main/services/platform/daemon/host/mdns.go