1 This README describes the LKSCTP implementation of SCTP for Linux.
8 The LKSCTP project is the Linux Kernel implementation of SCTP. As of this
9 writing it has been incorporated into the Linux 2.6 test series of
12 LKSCTP adheres to the IETF's SCTP Sockets Draft API. Please refer to that
13 document for API specifics.
15 You MUST use Linux 2.6-test4 or later. Earlier versions have a different
18 Building ACE/TAO with LKSCTP support
19 --------------------------------
21 - compile kernel with SCTP support
22 + if compiled as a module, be sure to load it.
24 - download LKSCTP userspace functions library from
25 http://lksctp.sourceforge.net/
27 - install userspace library (libsctp.a) into /usr/local/lib
29 - install header file (sctp.h) into /usr/local/include/sctp.h
31 - make ACE/TAO with "sctp=lksctp"
34 ---------------------------------
36 - Both services interfaces (SOCK_STREAM and SOCK_SEQPACKET) will
37 preserve message boundaries.
40 ---------------------------------
42 - LKSCTP Homepage: http://lksctp.sourceforge.net/