Re: RFR: 8305089: Implement missing socket options on AIX [v3]

2023-04-05 Thread Varada M
On Wed, 5 Apr 2023 12:33:40 GMT, Daniel Jeliński wrote: > Hi, could you check if the value returned by > [Java_sun_nio_ch_Net_shouldSetBothIPv4AndIPv6Options0](https://github.com/openjdk/jdk/blob/0deb648985b018653ccdaf193dc13b3cf21c088a/src/java.base/unix/native/libnio/ch/Net.c#L159-L167) > is

Re: RFR: 8305089: Implement missing socket options on AIX [v3]

2023-04-05 Thread Daniel Jeliński
On Wed, 5 Apr 2023 12:23:10 GMT, Varada M wrote: >> Breaking this into two parts : >> >> 1. Implementing socket options for AIX >> 2. DontFragmentTest failure >> >> - Implementing socket options for AIX : >> >> Unlike the linux, windows and macOS, AIX uses the default implementation for >>

Re: RFR: 8305089: Implement missing socket options on AIX [v3]

2023-04-05 Thread Varada M
> Breaking this into two parts : > > 1. Implementing socket options for AIX > 2. DontFragmentTest failure > > - Implementing socket options for AIX : > > Unlike the linux, windows and macOS, AIX uses the default implementation for > socket options such as ipDontFragmentSupported(), > keepAl