sctp_test
user-space access to Linux Kernel SCTP - commandline tools
Install
- All systems
-
curl cmd.cat/sctp_test.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 update
sudo apt-get install lksctp-tools
- Raspbian
-
apt-get install lksctp-tools
- Dockerfile
- dockerfile.run/sctp_test
- Docker
-
docker run cmd.cat/sctp_test sctp_test
powered 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.