介绍
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, and provides stream-oriented multiplexing. The original intention of this library is to power the connection management for kcp-go.
官方英文介绍如上,简单的来说这个框架提供了一个多路复用功能,是建立在tcp或者是kcp上面的一种流