The sctp tests need libsctp1 to be installed, otherwise those tests will report skipped. Seems that there is no help information to descripte how to run those tests. I think it's meaningful to add help information how to run those tests.
ubuntu:
sudo apt install libsctp1
centos:
sudo yum install -y lksctp-tools
sudo modprobe sctp
lsmod | grep sctp
ubuntu:
sudo apt install libsctp1
centos:
sudo yum install -y lksctp-tools
sudo modprobe sctp
lsmod | grep sctp
- links to
-
Review(master)
openjdk/jdk/29320