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

Multicast on given interface #5

Open
msimonin opened this issue Jan 21, 2013 · 0 comments
Open

Multicast on given interface #5

msimonin opened this issue Jan 21, 2013 · 0 comments

Comments

@msimonin
Copy link
Member

Maybe the possibility of sending multicast packet on a given interface has to be implemented.
For example when I deploy a cluster using vagrant the multicast packets are sent on eth0 instead of eth1. Everything is fine when I force in the code to send packet over eth1.
In this case the following change are required :
HeartBeatMulticastReceiver and HeartBeatMulticastSender need mcastSocket_.setNetworkInterface(NetworkInterface.getByName(name of the interface)).

Matt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant