blob: 97b810ca9082dbad569c57b8b9bdd6f0a8dda1c1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001Linux Kernel SCTP
2
3This is the current BETA release of the Linux Kernel SCTP reference
4implementation.
5
6SCTP (Stream Control Transmission Protocol) is a IP based, message oriented,
7reliable transport protocol, with congestion control, support for
8transparent multi-homing, and multiple ordered streams of messages.
9RFC2960 defines the core protocol. The IETF SIGTRAN working group originally
10developed the SCTP protocol and later handed the protocol over to the
11Transport Area (TSVWG) working group for the continued evolvement of SCTP as a
12general purpose transport.
13
14See the IETF website (http://www.ietf.org) for further documents on SCTP.
15See http://www.ietf.org/rfc/rfc2960.txt
16
17The initial project goal is to create an Linux kernel reference implementation
18of SCTP that is RFC 2960 compliant and provides an programming interface
19referred to as the UDP-style API of the Sockets Extensions for SCTP, as
20proposed in IETF Internet-Drafts.
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022Caveats:
23
24-lksctp can be built as statically or as a module. However, be aware that
25module removal of lksctp is not yet a safe activity.
26
27-There is tentative support for IPv6, but most work has gone towards
28implementation and testing lksctp on IPv4.
29
30
31For more information, please visit the lksctp project website:
32 http://www.sf.net/projects/lksctp
33
34Or contact the lksctp developers through the mailing list:
Daniel Borkmann91705c62013-07-23 14:51:47 +020035 <linux-sctp@vger.kernel.org>