Skip to content

GlenDC/smux.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple Stream Multiplexing for Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages