[jboss-jira] [JBoss JIRA] (WFCORE-1292) SocketBindingManager.createMulticast/DatagramSocket(...) variants needed for unbound sockets

Jason Greene (JIRA) issues at jboss.org
Thu Jan 14 22:28:00 EST 2016


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

Jason Greene updated WFCORE-1292:
---------------------------------
    Fix Version/s: 2.0.8.Final
                       (was: 2.0.7.Final)


> SocketBindingManager.createMulticast/DatagramSocket(...) variants needed for unbound sockets
> --------------------------------------------------------------------------------------------
>
>                 Key: WFCORE-1292
>                 URL: https://issues.jboss.org/browse/WFCORE-1292
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 2.0.5.Final
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>            Priority: Blocker
>             Fix For: 2.0.8.Final
>
>
> In order to modify the SO_REUSEADDR option of a multicast or datagram socket, the socket must be unbound - otherwise the behavior is undefined.  See:
> http://docs.oracle.com/javase/8/docs/api/java/net/DatagramSocket.html#setReuseAddress-boolean-
> To support this (as required for JGroups 3.6.7.Final), SocketBindingManager needs methods to create unbound datagram/multicast sockets.  The current methods that accept a SocketAddress throw an ISE when a null address is used.
> Setting priority to blocker to encourage inclusion into 2.0.x.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list