RFR: 8267353: java/net/SctpSanity.java fails due to Protocol not supported
Alan Bateman
alanb at openjdk.java.net
Wed May 26 14:39:12 UTC 2021
On Wed, 26 May 2021 14:31:01 GMT, Jie Fu <jiefu at 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
More information about the net-dev
mailing list