Please comment on the new experimental feature that may become the default UxPlay mDNSResponder implementation for Service Discovery in UxPlay-1.74, replacing external dependence on Apple Bonjour's dns-sd.h, which is also used by avahi-daemon.
This is code contributed by @kgbook (see #523), and is now in lib/mdsns
Currently in the GitHub UxPlay master branch, (the future UxPlay-1.74 release) the new code is used by default, but the Apple dns-sd.h code (in lib/dns_sd) is also available by compiling with
- Should the new code become the UxPlay default, with the older code as an alternative, or vice versa?
Please comment on the new experimental feature that may become the default UxPlay mDNSResponder implementation for Service Discovery in UxPlay-1.74, replacing external dependence on Apple Bonjour's dns-sd.h, which is also used by avahi-daemon.
This is code contributed by @kgbook (see #523), and is now in lib/mdsns
Currently in the GitHub UxPlay master branch, (the future UxPlay-1.74 release) the new code is used by default, but the Apple dns-sd.h code (in lib/dns_sd) is also available by compiling with