From 08010e2c988e24d7201cd6bd6af67b0f7eafd29e Mon Sep 17 00:00:00 2001 From: xtaci Date: Wed, 31 Aug 2016 18:35:30 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ea7c0ae..3f06668 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,10 @@ [9]: https://codecov.io/gh/xtaci/smux/branch/master/graph/badge.svg [10]: https://codecov.io/gh/xtaci/smux -## goals -1. receive window is shared among the streams. -1. precise memory control. -1. maximized payload. -1. optimized for high-speed streams. +## Features +1. Token controlled receive buffer. +1. Receive buffer is shared among streams(FIFO). +1. Minimized header, mobile friendly design. ## status -in-progress +Alpha