[
https://issues.jboss.org/browse/JGRP-2344?page=com.atlassian.jira.plugin....
]
Bela Ban commented on JGRP-2344:
--------------------------------
The basic {{UDP:PING}} combo works now. However, the diagnostics handler doesn't work
as it calls {{new MulticastSocket(int port)}}, and this fails (see [1]).
As a workaround, until \[1\] gets fixed, we could simple use the {{new
MulticastSocket(SocketAddress s}} constructor. This requires a non-null
{{diagnostics_bind_addr}} in the transport...
\[1\]
https://github.com/oracle/graal/issues/1662
Support UDP:PING on Quarkus
---------------------------
Key: JGRP-2344
URL:
https://issues.jboss.org/browse/JGRP-2344
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Major
Fix For: 4.1.5
Currently, {{TCP:TCPPING}} is supported. Add the {{UDP:PING}} combo.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)