On Wed, 26 May 2021 14:31:01 GMT, Jie Fu <ji...@openjdk.org> wrote: > java.net.SocketException: Protocol not supported > at jdk.sctp/sun.nio.ch.sctp.SctpNet.socket0(Native Method)
Do we know if the socket(IPPROTO_SCTP) or setsockopt(IPPROTO_SCTP/SCTP_EVENTS) is failing? I would have expected the former to check for the not supported case (and the latter to close the fd, but that is a separate issue). ------------- PR: https://git.openjdk.java.net/jdk/pull/4199