[ Bron: golang-github-xtaci-smux ]
Pakket: golang-github-xtaci-smux-dev (1.5.16 ds-1)
Verwijzigingen voor golang-github-xtaci-smux-dev
Debian bronnen:
Het bronpakket golang-github-xtaci-smux downloaden:
- [golang-github-xtaci-smux_1.5.16 ds-1.dsc]
- [golang-github-xtaci-smux_1.5.16 ds.orig.tar.xz]
- [golang-github-xtaci-smux_1.5.16 ds-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan golang-github-xtaci-smux-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-pkg-errors-dev
- Simple error handling primitives for Go