aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/sctp.txt
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-16 18:20:36 -0400
commit1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch)
tree0bba044c4ce775e45a88a51686b5d9f90697ea9d /Documentation/networking/sctp.txt
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
Diffstat (limited to 'Documentation/networking/sctp.txt')
-rw-r--r--Documentation/networking/sctp.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/Documentation/networking/sctp.txt b/Documentation/networking/sctp.txt
new file mode 100644
index 000000000000..0c790a76910e
--- /dev/null
+++ b/Documentation/networking/sctp.txt
@@ -0,0 +1,38 @@
1Linux 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
22
23Caveats:
24
25-lksctp can be built as statically or as a module. However, be aware that
26module removal of lksctp is not yet a safe activity.
27
28-There is tentative support for IPv6, but most work has gone towards
29implementation and testing lksctp on IPv4.
30
31
32For more information, please visit the lksctp project website:
33 http://www.sf.net/projects/lksctp
34
35Or contact the lksctp developers through the mailing list:
36 <lksctp-developers@lists.sourceforge.net>
37
38