I'm using Fedora 17 64-bit version, with Linux kernel version 3.3.4-5.fc17.x86_64.
I installed lksctp using yum.
sudo yum install lksctp-tools.x86_64
When I try to run
sctp_status -H 127.0.0.1 -P 10 -l
I'm getting this result:
Starting tests...
*** socket: failed to create socket: Protocol not supported ***
How can I resolve this problem? Why can't I start an SCTP server this way?
