sctp_status
user-space access to Linux Kernel SCTP - commandline tools
Install
- All systems
-
curl cmd.cat/sctp_status.sh
- Debian
-
apt-get install lksctp-tools - Ubuntu
-
apt-get install lksctp-tools -
Alpine
-
apk add lksctp-tools - Arch Linux
-
pacman -S lksctp-tools - Kali Linux
-
apt-get install lksctp-tools - CentOS
-
yum install lksctp-tools - Fedora
-
dnf install lksctp-tools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install lksctp-tools - Raspbian
-
apt-get install lksctp-tools - Docker
-
docker run cmd.cat/sctp_status sctp_statuspowered by Commando
lksctp-tools
user-space access to Linux Kernel SCTP - commandline tools
Commandline tools and libraries to test SCTP functionality This package is part of the LKSCTP project. It includes the following commandline tools: * checksctp: Determine if kernel supports SCTP * withsctp: Run existing TCP binaries over SCTP * sctp_darn: Send and receive messages via SCTP * sctp_test: Userspace test application for the SCTP kernel reference implementation 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. RFC2960 defines the core protocol.