Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 512 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 512 Bytes

smux.rs

Smux ( Simple MUltipleXing) is a multiplexing library for Rust. It relies on an underlying connection to provide reliability and ordering, such as TCP or KCP, and provides stream-oriented multiplexing.

This library is a port of the original SMUX library, written in Golang, and which can be found at github.com/xtaci/smux.

The original intention of this library is to power the connection management for rs-rivine.