1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/net/sctplib/pkg-descr
Thomas Dreibholz 4a63f26519 net/sctplib: Update to 1.0.31
ChangeLog: https://www.nntb.no/~dreibh/sctplib/

PR:		275601
Reported by:	thomas.dreibholz@gmail.com (maintainer)
2023-12-20 08:39:20 +01:00

13 lines
837 B
Plaintext

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. 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.