Skip to content
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

discovery on loopback (127.0.0.1) interface doesn't work #43

Open
k2s opened this issue Feb 12, 2018 · 0 comments
Open

discovery on loopback (127.0.0.1) interface doesn't work #43

k2s opened this issue Feb 12, 2018 · 0 comments

Comments

@k2s
Copy link

k2s commented Feb 12, 2018

How to simulate:

  • turn all network interfaces does ip link set ??? down
  • ip addr will still show loopback interface 127.0.0.1
  • create server and client with require('bonjour')({loopback: true}) to set socket.setMulticastLoopback(true) in multicast-dns library

What will happen:

  • the server will not be found by client

What should happen:

  • the client should find the server on IP 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant