golang-github-pion-sctp 1.8.6-1 source package in Ubuntu

Changelog

golang-github-pion-sctp (1.8.6-1) unstable; urgency=medium

  * New upstream version 1.8.6
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Cherry-pick upstream patch to use new pion-transport
  * Tighten dependency on various pion modules

 -- Nilesh Patra <email address hidden>  Sat, 25 Feb 2023 14:55:17 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pion-sctp_1.8.6-1.dsc 1.7 KiB 2abd52f26b8f2ebe80730e7b71c76c900ef89f89eeecfd4f897b399e57ddfe63
golang-github-pion-sctp_1.8.6.orig.tar.gz 88.0 KiB 3752b18cf0cd37c0c4a12aaae01e4c10ea23dc517b8c6ac04c3341b2d5423be6
golang-github-pion-sctp_1.8.6-1.debian.tar.xz 4.0 KiB 4922023f25bd1a52c91e6a78dcc1d97115431b05df5a7416d0df11c5b891b289

Available diffs

No changes file available.

Binary packages built by this source

golang-github-pion-sctp-dev: Go implementation of SCTP

 Golang based implementation of Stream Control Transmission Protocol
 .
 SCTP (Stream Control Transmission Protocol) is an IETF standard
 for a transport protocol which enables the reliable, in-order
 transmission of messages while offering congestion control, multi-
 homing, and other features to improve reliability and stability of the
 connection. It's used for sending traditional telephone calls over the
 Internet, but is also used for WebRTC data.