update doc

This commit is contained in:
skywind3000 2016-03-28 21:48:58 +08:00
parent cf53102b8f
commit a05a5569d7

View File

@ -133,6 +133,7 @@ TCP是为流量设计的每秒内可以传输多少KB的数据讲究的
- [kcp-go](https://github.com/xtaci/kcp-go): 另一份对 KCP更精简的 GO移植同时包含简单的 UDP会话管理可以直接使用
- [kcp-csharp](https://github.com/limpo1989/kcp-csharp): kcp的csharp移植同时包含一份回话管理可以连接上面kcp-go的服务端。
- [kcptun](https://github.com/xtaci/kcptun): 基于kcpgo做的远程端口转发配合ssh -D可以比 sslocal/ssserver 更流畅的看在线视频。
- [kcpuv](https://github.com/elisaday/kcpuv): 使用 libuv开发的kcpuv库目前还在 Demo阶段。
# 协议比较