diff options
Diffstat (limited to 'net/sctplib/pkg-descr')
-rw-r--r-- | net/sctplib/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/sctplib/pkg-descr b/net/sctplib/pkg-descr new file mode 100644 index 000000000000..f66a89df4c4f --- /dev/null +++ b/net/sctplib/pkg-descr @@ -0,0 +1,14 @@ +The SCTPLIB library is a prototype implementation of the Stream Control +Transmission Protocol (SCTP), a message-oriented reliable transport protocol +that supports multi-homing, and multiple message streams multiplexed within an +SCTP connection (also named association). SCTP is described in RFC 4960. See +https://www.uni-due.de/~be0001/sctplib/ for details. The API of the library is +modeled after Section 10 of RFC 4960, and most parameters and functions should +be self-explanatory to the user familiar with this document. In addition to +these interface functions between an Upper Layer Protocol (ULP) and an SCTP +instance, the library also provides a number of helper functions that can be +used to manage callbacks and timers, as well as UDP sockets for simple IPC. +Furthermore, SCTPLIB provides support for UDP encapsulation, making it possible +to co-exist with kernel SCTP implementations. + +WWW: https://www.uni-due.de/~be0001/sctplib/ |