Skip to content

Commit

Permalink
MODCLUSTER-779 Fix broken links in logs pointing to jboss.org
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Dec 17, 2024
1 parent df84146 commit ed1cd7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* On Linux-like systems, we attempt to avoid cross-talk problem by binding the DatagramChannel to the multicast
* address, if possible. If not possible, default to binding only to the port. See
* {@link <a href="https://issues.jboss.org/browse/JGRP-777">JGRP-777</a>}.
* {@link <a href="https://issues.redhat.com/browse/JGRP-777">JGRP-777</a>}.
* <p>
* On Windows-like systems, we do not attempt to bind the socket to the multicast address, we only bind to the port.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ public void testDatagramChannelRead() throws Exception {
}

/**
* Verify that cross-talking problem does not happen any more.
* Verify that cross-talking problem does not happen anymore.
*
* @see <a href="https://developer.jboss.org/wiki/CrossTalkingBetweenClustersWithSameMulticastPortsButDifferentMulticastAddresses">Cross-talking wiki</a>
* @see <a href="https://developer.jboss.org/docs/DOC-9469">Cross talking between clusters with same multicast ports but different multicast addresses</a>
* @see <a href="https://issues.redhat.com/browse/JGRP-777">JGRP-777 Revisit multicast socket creation code</a>
* @see <a href="https://issues.redhat.com/browse/JGRP-836">JGRP-836 Eliminate Linux cross-talk in MPING</a>
*/
@Test
public void testDatagramChannelNoCrossTalking() throws Exception {
Expand Down

0 comments on commit ed1cd7e

Please sign in to comment.