Update README.md

This commit is contained in:
xtaci
2016-09-01 13:25:49 +08:00
committed by GitHub
parent 5d1befb980
commit d6e5cbf994
+3 -1
View File
@@ -21,10 +21,12 @@ Smux (***S***imple ***MU***ltiple***X***ing) is a multiplexing library for Golan
## Features
1. Tiny, less than 500 LOC.
2. Token controlled receive buffer, which provides smooth bandwidth usage curve.
2. Token controlled receive buffer, which provides smooth bandwidth usage curve(see picture below).
3. Receive buffer is own by session and is shared across streams.
4. Minimized header(8Bytes), maxmized payload.
![smooth bandwidth curve](curve.jpg)
## Documentation
For complete documentation, see the associated [Godoc](https://godoc.org/github.com/xtaci/smux).