golang-github-xtaci-smux 1.5.16+ds-1 source package in Ubuntu

Changelog

golang-github-xtaci-smux (1.5.16+ds-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on dh-golang.

  [ Roger Shimizu ]
  * New upstream release 1.5.16
    - Fix shaper prio overflow.
  * debian/control:
    - For golang-github-xtaci-smux-dev add Multi-Arch: foreign

 -- Roger Shimizu <email address hidden>  Thu, 23 Sep 2021 23:24:57 +0900

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
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
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-xtaci-smux_1.5.16+ds-1.dsc 2.2 KiB aefc6cf776d7527ff9722f14107c5517f0c4ee96b072b6e0a53e1d32a032662e
golang-github-xtaci-smux_1.5.16+ds.orig.tar.xz 23.6 KiB bfb0e8b8aa6985dc0b83eef92431d43f2396ed95661cf49a13576da7fd38db1c
golang-github-xtaci-smux_1.5.16+ds-1.debian.tar.xz 5.0 KiB 8abc0719f2c9f155a2a5e1a3722417d7d428a5e7f541eb28efbe904ba67c9a80

Available diffs

No changes file available.

Binary packages built by this source

golang-github-xtaci-smux-dev: Simple Multiplexing for golang

 Smux (Simple MUltipleXing) is a multiplexing library for Golang.
 It relies on an underlying connection to provide reliability and ordering,
 such as TCP or KCP (golang-github-xtaci-kcp-dev), and provides
 stream-oriented multiplexing.
 .
 The original intention of this library is to power the connection
 management for KCP (golang-github-xtaci-kcp-dev).
 .
 Features:
   * Tiny, less than 600 LOC.
   * Token bucket controlled receiving, which provides smoother bandwidth
     graph.
   * Session-wide receive buffer, shared among streams, tightly controlled
     overall memory usage.
   * Minimized header(8Bytes), maximized payload.
   * Well-tested on millions of devices in kcptun.