Dan Yocom
Dan Yocom
I am getting the same thing ('Error: getaddrinfo -3008') on Ubuntu 14.0.4 x64 using node_mdns 2.2.8
Look like the issue on my machine is with resolving IPv6 addresses. I have a tempoarary workaround (for me at least). If I modify Browser.defaultResolverSequence in lib/browser.js to only use...
in my code above passing {families:[0]} instead of {familes:[4]} should allow things to work with both IPv4 and IPv6. passing in 0 causes getaddrinfo to use an ai_family of AF_UNSPEC...