Date: Wed, 14 Aug 2019 11:51:34 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 239844] New port: net/sctplib -- User-space implementation of the SCTP protocol RFC 4960 Message-ID: <bug-239844-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239844 Bug ID: 239844 Summary: New port: net/sctplib -- User-space implementation of the SCTP protocol RFC 4960 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: dreibh@iem.uni-due.de Attachment #206522 text/plain mime type: Created attachment 206522 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D206522&action= =3Dedit The shar file The package sctplib has been missing in the FreeBSD ports. Therefore, I have created a port. 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 sho= uld 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 poss= ible to co-exist with kernel SCTP implementations.=20 Fix: The shar file sctplib-1.0.23.shar is attached. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239844-7788>