Re: [openjdk-x] Bind to a multicast address fails

2018-09-09 Thread Alan Bateman
On 07/09/2018 13:22, Andre Naujoks wrote: : I have not tried joining IPv4 groups on an IPv6 socket through java, since we do not use IPv4 at all in this particular environment. I have tried setting IP_MULTICAST_ALL to 0 in the IPv6 scenario (in a C++ project), hoping it would help, but it did not

Re: [openjdk-x] Bind to a multicast address fails

2018-09-09 Thread Andre Naujoks
On 9/9/18 9:16 AM, Alan Bateman wrote: > On 07/09/2018 13:22, Andre Naujoks wrote: >> : >> I have not tried joining IPv4 groups on an IPv6 socket through java, >> since we do not use IPv4 at all in this particular environment. I have >> tried setting IP_MULTICAST_ALL to 0 in the IPv6 scenario (in a