2020-04-30 19:04:22 +03:00
.. SPDX-License-Identifier: GPL-2.0
=================
Linux Kernel SCTP
=================
2005-04-17 02:20:36 +04:00
This is the current BETA release of the Linux Kernel SCTP reference
2020-04-30 19:04:22 +03:00
implementation.
2005-04-17 02:20:36 +04:00
SCTP (Stream Control Transmission Protocol) is a IP based, message oriented,
reliable transport protocol, with congestion control, support for
transparent multi-homing, and multiple ordered streams of messages.
RFC2960 defines the core protocol. The IETF SIGTRAN working group originally
2020-04-30 19:04:22 +03:00
developed the SCTP protocol and later handed the protocol over to the
Transport Area (TSVWG) working group for the continued evolvement of SCTP as a
general purpose transport.
2005-04-17 02:20:36 +04:00
2020-04-30 19:04:22 +03:00
See the IETF website (http://www.ietf.org) for further documents on SCTP.
See http://www.ietf.org/rfc/rfc2960.txt
2005-04-17 02:20:36 +04:00
The initial project goal is to create an Linux kernel reference implementation
2020-04-30 19:04:22 +03:00
of SCTP that is RFC 2960 compliant and provides an programming interface
referred to as the UDP-style API of the Sockets Extensions for SCTP, as
proposed in IETF Internet-Drafts.
2005-04-17 02:20:36 +04:00
2020-04-30 19:04:22 +03:00
Caveats
=======
2005-04-17 02:20:36 +04:00
2020-04-30 19:04:22 +03:00
- lksctp can be built as statically or as a module. However, be aware that
module removal of lksctp is not yet a safe activity.
2005-04-17 02:20:36 +04:00
2020-04-30 19:04:22 +03:00
- There is tentative support for IPv6, but most work has gone towards
implementation and testing lksctp on IPv4.
2005-04-17 02:20:36 +04:00
For more information, please visit the lksctp project website:
2020-04-30 19:04:22 +03:00
2005-04-17 02:20:36 +04:00
http://www.sf.net/projects/lksctp
Or contact the lksctp developers through the mailing list:
2020-04-30 19:04:22 +03:00
2013-07-23 16:51:47 +04:00
<linux-sctp@vger.kernel.org>