Blocks :
|
|
Blocks :
|
|
CSR :
|
|
Relates :
|
JDK-8234915 :
|
The IP_MULTICAST_IF socket option is specified to have an initial value of null to mean that the interface has not been set. When the interface is not set MulticastSocket's getOption(IP_MULTICAST_IF) returns a NetworkInterface that appears to be valid (index >= 0) but is useless. The setOption/getOption methods are @since 9 so the compatibility impact of fixing this is probably low.
|