RFR: JDK-8320168: handle setsocktopt return values [v3]

Alan Bateman alanb at openjdk.org
Sat Nov 18 08:05:35 UTC 2023


On Thu, 16 Nov 2023 13:22:10 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> src/java.base/windows/native/libnio/ch/Net.c line 160:
>> 
>>> 158: 
>>> 159:         /* IPV6_V6ONLY is true by default */
>>> 160:         /* attempt to disable IPV6_V6ONLY to ensure dual-socket support; ignore errors */
>> 
>> You can remove the previous comment at L159.
>
> I adjusted the comment.

I mean L159 can be removed, I don't think we need that now.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16684#discussion_r1398127577


More information about the nio-dev mailing list