Brian Stansberry created MODCLUSTER-292:
-------------------------------------------
Summary: 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: Jean-Frederic Clere
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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira