aboutsummaryrefslogtreecommitdiff
path: root/net/sctplib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* net/sctplib: Update to 1.0.26Fernando ApesteguĂ­a2021-04-251-2/+2
| | | | | | | | | | | ChangeLog: https://github.com/dreibh/sctplib/commit/28c57670c29b35786c0d39b77d00b3119dbd6ac4 While here pet linters. PR: 255177 Reported by: gspurki@gmail.com Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* New port: net/sctplibKurt Jaeger2019-08-181-0/+28
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/ PR: 239844 Submitted by: dreibh@iem.uni-due.de Notes: svn path=/head/; revision=509201