RFR: 8293842: IPv6-only systems throws UnsupportedOperationException for several socket/TCP options [v2]
Man Cao
manc at openjdk.org
Thu Sep 15 19:05:10 UTC 2022
On Thu, 15 Sep 2022 09:59:25 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
>> Man Cao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Address comments
>
> src/java.base/unix/native/libnet/net_util_md.c line 196:
>
>> 194: int rv, s;
>> 195: if (ipv6_available()) {
>> 196: s = socket(PF_INET6, SOCK_STREAM, 0);
>
> Please indent with 4 spaces
Done.
-------------
PR: https://git.openjdk.org/jdk/pull/10278
More information about the net-dev
mailing list