This is unrelated to sending multicast packets "too far" (#12914), which is an OS-X specific bug.
This is the client side bind (See MulticastSocket ctor), and happens on linux.
Unfortunately, because linux lo0 address does not support multicast, this is the only reason discovery works out of box today. You cant listen on lo0 only.
This is unrelated to sending multicast packets "too far" (#12914), which is an OS-X specific bug.
This is the client side bind (See MulticastSocket ctor), and happens on linux.
Unfortunately, because linux
lo0address does not support multicast, this is the only reason discovery works out of box today. You cant listen onlo0only.