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

2023-04-16 Thread Jaikiran Pai
On Fri, 14 Apr 2023 12:32:32 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 [v5]

2023-04-16 Thread Varada M
On Mon, 17 Apr 2023 05:13:38 GMT, Jaikiran Pai wrote: >> Varada M has updated the pull request incrementally with one additional >> commit since the last revision: >> >> added SO_PEERID failed > > Hello Varada, you can go ahead and issue the /integrate command. Thank you @jaikiran

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

2023-04-16 Thread Jaikiran Pai
On Fri, 14 Apr 2023 12:32:32 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 [v5]

2023-04-16 Thread Varada M
On Fri, 14 Apr 2023 12:32:32 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