SCTP is similar to TCP protocol, just flowing through streaming.
The configuration process on SUSE Enterprise9 is as follows:
1. Configure the kernel to support SCTP
CD /USR/SRC/LINUX-2.6.5-7.97/
Make Xconfig2. Compile Core Make Dep Clean Bzimage MODULES MODULES_INSTALL3. Installation Cord CP /USR/SRC/LINUX-2.6.5-7.97/Arch/i386/boot/bzimage / boot / vmlinuz-SCTP ln -s vmlinuz-SCTP VMLinuz4. From 5. Load SCTP Module Insmod /Lib/Modules/2.6.5-7.97-default/kernel/net/sctp/sctp.ko6. Test in http://sourceforge.net/project/showfiles.php?group_id=26529 Download LKSCTP-TOOLS-XYZ-1.i386.rpm, install rpm -i lksctp-tools-xyz-1.i386.rpm Run / usr / bin / checksctp If you return to SCTP Supported, success; if Socket Type Not Supported, failure.