-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange usage of INADDR_ANY #38
Comments
There seem to be some differences on how INADDR_ANY is used on windows/mac. It would be really nice to figure out what goes where and WHY. What OS do you have, and version preferably? |
Hi @kmpm, I am on OS X 10.10.3 |
Changed default to use INADDR_ANY = true in 7f2406a |
Great, Br,
|
I don't understand these lines of networking.js:
Apperently when the INADDR_ANY option is set then another dgram socket is created on port 5353. But don't you always need this socket? If I don't set the option then mdns-js never receives any DNS responses, apparently because the responses are sent to port 5353 which is not listened on? So I changed the construction of networking in index.js to:
And now all the discovery works for me again...
The text was updated successfully, but these errors were encountered: