Created attachment 84255 [details] [review] Patch that uses htons to return ports in network byteorder For DNS-SD (Bonjour) discovery, all ports should be set in network byteorder instead of host byteorder. Without this, all ports on little-endian systems (intel) are incorrect. Patch attached that uses htons() to return the port in network order. Documentation: https://developer.apple.com/library/mac/documentation/networking/Reference/DNSServiceDiscovery_CRef/Reference/reference.html#//apple_ref/c/func/DNSServiceRegister
Thanks! We have a long patch queue, so getting around to this took long, but now the patch has been applied. http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=2ff195aaa4238105a6a426e927efb8f81e94b9c5
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.