RFR: JDK-8313873: java/nio/channels/DatagramChannel/SendReceiveMaxSize.java fails on AIX due to small default RCVBUF size and different IPv6 Header interpretation [v7]

Thomas Obermeier duke at openjdk.org
Mon Aug 28 10:53:13 UTC 2023


On Mon, 28 Aug 2023 06:08:06 GMT, Christoph Langer <clanger at openjdk.org> wrote:

>> Thomas Obermeier has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Update IPSupport.java - copyright
>>  - Update SendReceiveMaxSize.java - copyright
>
> test/lib/jdk/test/lib/net/IPSupport.java line 175:
> 
>> 173:             return IPV6_SNDBUF_AIX;
>> 174:         }
>> 175:         else {
> 
> the right formatting here would be `} else {` (all in one line)

still learning... thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15209#discussion_r1307270358


More information about the nio-dev mailing list