]
Bela Ban commented on JGRP-1832:
--------------------------------
I created mcast [1] which is a start, as it mimics the way JGroups creates the sockets,
but I'm not yet done.
[1]
Update McastSenderTest/McastReceiverTest to bind the multicast
sockets the same as JGroups
------------------------------------------------------------------------------------------
Key: JGRP-1832
URL:
https://issues.jboss.org/browse/JGRP-1832
Project: JGroups
Issue Type: Feature Request
Affects Versions: 3.4.3
Reporter: Dennis Reed
Assignee: Dennis Reed
Priority: Optional
Fix For: 3.6
JGroups binds multicast sockets using specific MulticastSocket constructors depending on
the operating system (to avoid crosstalk issues).
McastSenderTest and McastReceiverTest always bind the socket using the basic
MulticastSocket(port) constructor.
In order to more closely test the way JGroups will be sending and receiving the packets,
these tests will be updated to bind the sockets the same way.