[
https://issues.jboss.org/browse/JGRP-1832?page=com.atlassian.jira.plugin....
]
Bela Ban commented on JGRP-1832:
--------------------------------
I want McastSender/ReceiverTest to be independent from {{JChannel}}; ie. it should not
need to be configured with an XML file.
# Yes, I can number messages and detect lost or reordered messages. Perhaps similar to
{{iperf}} where duration or number of packets and/or packet size can be defined
# No. This is not possible because Java doesn't provide access to raw sockets
# This is not a feature for McastSender/ReceiverTest as it requires a configuration. But
perhaps a different program could do that, let me investigate
# Also beyond the scope of this simple program
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
Security Level: Public(Everyone can see)
Affects Versions: 3.4.3
Reporter: Dennis Reed
Assignee: Dennis Reed
Priority: Optional
Fix For: 3.4.5, 3.5
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 was sent by Atlassian JIRA
(v6.2.6#6264)