On Fri, 28 May 2021 13:11:43 GMT, Chris Hegarty wrote:
> The SCTP channel factory methods, namely SctpChannel::open,
> SctpServerChannel::open, and SctpMultiChannel::open, are specified to throw
> UnsupportedOperationException, if the SCTP protocol is not supported.
> Currently, underlying pla
On Fri, 28 May 2021 14:31:56 GMT, Alan Bateman wrote:
> EPROTONOSUPPORT and ESOCKTNOSUPPORT are subtly different and I don't know if
> ESOCKTNOSUPPORT is possible. Checking both errors is okay/harmless so I think
> this change is okay.
ESOCKTNOSUPPORT is the reported error for SOCK_SEQPACKET (
On Fri, 28 May 2021 13:11:43 GMT, Chris Hegarty wrote:
> The SCTP channel factory methods, namely SctpChannel::open,
> SctpServerChannel::open, and SctpMultiChannel::open, are specified to throw
> UnsupportedOperationException, if the SCTP protocol is not supported.
> Currently, underlying pla
On Thu, 27 May 2021 09:32:06 GMT, Daniel Fuchs wrote:
> Hi,
>
> Please find below a fix for:
> 8265367: [macos-aarch64] 3 java/net/httpclient/websocket tests fail with
> "IOException: No buffer space available"
>
> The Pending* websocket tests create a server that accepts sockets to create a
On Thu, 27 May 2021 13:20:26 GMT, Daniel Fuchs wrote:
>> Hi,
>>
>> Please find below a fix for:
>> 8265367: [macos-aarch64] 3 java/net/httpclient/websocket tests fail with
>> "IOException: No buffer space available"
>>
>> The Pending* websocket tests create a server that accepts sockets to cre
On Fri, 28 May 2021 13:11:43 GMT, Chris Hegarty wrote:
> The SCTP channel factory methods, namely SctpChannel::open,
> SctpServerChannel::open, and SctpMultiChannel::open, are specified to throw
> UnsupportedOperationException, if the SCTP protocol is not supported.
> Currently, underlying pla
On Fri, 28 May 2021 13:11:43 GMT, Chris Hegarty wrote:
> The SCTP channel factory methods, namely SctpChannel::open,
> SctpServerChannel::open, and SctpMultiChannel::open, are specified to throw
> UnsupportedOperationException, if the SCTP protocol is not supported.
> Currently, underlying pla
The SCTP channel factory methods, namely SctpChannel::open,
SctpServerChannel::open, and SctpMultiChannel::open, are specified to throw
UnsupportedOperationException, if the SCTP protocol is not supported.
Currently, underlying platform support is assumed once the appropriate
libsctp.so.1 libra