RFR: 8241800: Disable IPV6_MULTICAST_ALL to prevent interference from all multicast groups

Michael McMahon michaelm at openjdk.org
Thu Jun 15 15:20:57 UTC 2023


On Thu, 15 Jun 2023 11:32:45 GMT, Michael McMahon <michaelm at openjdk.org> wrote:

> > 
> 
> It's certainly the case that the IPv4 option can be called on AF_INET6 sockets but only affects the IPv4 stack. Which suggests the IPv6 option only affects the IPv6 stack. I'll see if I can confirm that is true.

I just checked and the two options are independent of each other, applying only to the IPv4 stack and IPv6 stack respectively.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14491#issuecomment-1593271468


More information about the nio-dev mailing list