forked from dreibh/sctplib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsctplib.lsm
29 lines (29 loc) · 1.62 KB
/
sctplib.lsm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Begin4
Title: sctplib
Version: 1.0.14
Entered-date: 2013-05-30
Description: 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,
RFC 3309 and RFC 3286. See http://www.sctp.de/ for details.
The API of the library was 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.
Keywords: Stream Control Transmission Protocol, SCTP, Networking, Userland
Transport Protocol Implementation, Multi-Homing, Multi-Streaming
Author: [email protected] (Andreas Jungmaier)
Maintained-by: [email protected] (Thomas Dreibholz)
Primary-site: http://www.iem.uni-due.de/~dreibh/rserpool/
1281 KiB download/sctplib-1.0.14.tar.gz
Alternate-site: http://www.sctp.de
1281 KiB sctplib-1.0.14.tar.gz
Original-site: http://www.sctp.de
Platforms: Linux, FreeBSD, MacOS, Solaris, Windows
Copying-policy: GPL
End