-
Notifications
You must be signed in to change notification settings - Fork 43
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
new API to set multicast loop v4 for ServiceDaemon #281
Conversation
So I finally got the time to look into this. For some reason, I wasn't able to reproduce the effect. Here are the info logs that I collected and cleaned up.
Hope this helps, if you want more verbose logs feel free to hit me. Thanks |
Thanks for trying it out! Was it on Windows on Unix platforms? The first version of the diff was not working on Windows. Now I've found that it's the client side that needs to call I've also added the support for v6: |
Oops my bad, I didn't look into the changes and assumed that this option should be enabled by default. Anyways, I disabled both the IPv4 and IPv6 loopbacks and everything seems perfect. Thanks for working on this. |
Not a problem, thank you for trying it out! That's very helpful! I will merge this API. And I updated the doc comments to mention that "By default, multicast loop is enabled". |
This patch is trying to solve issue #278 . I'm curious if this new API can support what was asked: