On Fri, 28 May 2021 14:31:56 GMT, Alan Bateman <al...@openjdk.org> 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 (SctpMultiChannel), when the kernel SCTP module is not present. ------------- PR: https://git.openjdk.java.net/jdk/pull/4246