[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-292) Use "MulticastSocket(SocketAddress bindaddr)" on Solaris

Jean-Frederic Clere (Jira) issues at jboss.org
Wed May 8 08:34:00 EDT 2019


     [ https://issues.jboss.org/browse/MODCLUSTER-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Frederic Clere resolved MODCLUSTER-292.
--------------------------------------------
    Resolution: Out of Date


> Use "MulticastSocket(SocketAddress bindaddr)" on Solaris
> --------------------------------------------------------
>
>                 Key: MODCLUSTER-292
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-292
>             Project: mod_cluster
>          Issue Type: Task
>    Affects Versions: 1.2.0.Final
>            Reporter: Brian Stansberry
>            Assignee: Radoslav Husar
>            Priority: Major
>
> MulticastSocketFactoryImpl determines whether it can use the "MulticastSocket(SocketAddress bindaddr)" constructor variant based on this:
> this.linuxlike = (value != null) && (value.toLowerCase().startsWith("linux") || value.toLowerCase().startsWith("mac") || value.toLowerCase().startsWith("hp"));
> JGroups when doing a similiar test also allows Solaris via including (value.toLowerCase().startsWith("sun") in the test.
> (Tangent: JGroups doesn't allow "mac", which sounds like a good topic for discussion between the respective teams.)



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the mod_cluster-issues mailing list