[jboss-jira] [JBoss JIRA] (JGRP-1832) Update McastSenderTest/McastReceiverTest to bind the multicast sockets the same as JGroups

Dennis Reed (JIRA) issues at jboss.org
Fri Apr 25 15:16:35 EDT 2014


Dennis Reed created JGRP-1832:
---------------------------------

             Summary: 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


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.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list