lksctp-tools 1.0.21+dfsg-ok1 source package in openKylin
Changelog
lksctp-tools (1.0.21+dfsg-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Thu, 04 Jun 2026 13:59:33 +0800
lksctp-tools (1.0.21+dfsg-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Thu, 04 Jun 2026 13:59:33 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | net |
| File | Size | SHA-256 Checksum |
|---|---|---|
| lksctp-tools_1.0.21+dfsg.orig.tar.xz | 153.1 KiB | eedbe00668bdf39eacdfff3ba663bfa817d23f55469f11f6ea3dc1eea7078c8a |
| lksctp-tools_1.0.21+dfsg-ok1.debian.tar.xz | 5.1 KiB | 04cbadc64d6514252e00ddcc1f4b01e92f6bd319a76266e6d0e462056df76a8d |
| lksctp-tools_1.0.21+dfsg-ok1.dsc | 1.8 KiB | 4531eb53ee7c46403bb7606460e8dcf88b58a82b194cba00596e369841045be8 |
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.
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 library is part of the LKSCTP project, supplementing the Linux
kernel SCTP 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.
RFC 2960 defines the core protocol.
.
This package is part of the LKSCTP project, and contains libraries and
commandline tools to test SCTP functionality:
* checksctp: determine if kernel supports SCTP
* withsctp: run existing TCP binaries over SCTP
* sctp_darn: send and receive messages via SCTP
* sctp_test: check SCTP functionality from user-space