Relative Content

Tag Archive for javaudpmulticast

Implementing multicast in Java, but sometimes other hosts fail to receive multicast messages

I’m implementing multicast with Java, but I’ve encountered some issues. When I start with [Host A receiver -> Host B receiver -> Host A sender], Host B cannot receive the multicast messages. However, when I start with [Host B receiver -> Host A receiver -> Host A sender], Host B can receive the multicast messages. Host A and Host B are in the same LAN. What could be causing this?