How to Install libsctp-dev in Ubuntu 18.04



Install libsctp-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libsctp-dev

Description:

user-space access to Linux kernel SCTP - development files

SCTP (Stream Control Transmission Protocol) is a message oriented, reliable transport protocol, with congestion control, support for transparent multi-homing, and multiple ordered streams of messages. RFC 2960 defines the core protocol. . This package is part of the LKSCTP project, providing all necessary files for developing SCTP aware network applications using the Linux kernel SCTP implementation: man pages, header files, static libraries, symlinks to dynamic libraries, and tutorial source code.

Homepage: http://lksctp.sf.net/

Version: 1.0.17+dfsg-2

Section: libdevel