RFR: 8267353: java/net/SctpSanity.java fails due to Protocol not supported

Jie Fu jiefu at openjdk.java.net
Thu May 27 00:44:05 UTC 2021


On Thu, 27 May 2021 00:24:20 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> > if sctp is configured on a linux system would there exist a /proc/net/sctp and have an entry in /proc/net/protocols ?
> 
> No /proc/net/sctp and no entry in /proc/net/protocols.
> But I don't think it's the reason since it passed on another machine without /proc/net/sctp and the entry too.
> Thanks.

After `sudo yum install lksctp-tools`, which would install libsctp.so.1, both the machines fail now.
So @ChrisHegarty is right: the machine in question has the libsctp.so.1 library, but the kernel module is not loaded.
Thanks.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4199


More information about the net-dev mailing list