Update README.md

This commit is contained in:
Daniel Fu 2016-04-21 17:50:03 +08:00
parent a05a5569d7
commit cc58efa2b7

View File

@ -130,9 +130,9 @@ TCP是为流量设计的每秒内可以传输多少KB的数据讲究的
- [dog-tunnel](https://github.com/vzex/dog-tunnel): GO开发的网络隧道使用 KCP极大的改进了传输速度并移植了一份 GO版本 KCP
- [lua-kcp](https://github.com/linxiaolong/lua-kcp): KCP的 Lua扩展用于 Lua服务器
- [asio-kcp](https://github.com/libinzhangyuan/asio_kcp): 使用 KCP的完整 UDP网络库完整实现了基于 UDP的链接状态管理会话控制KCP协议调度等
- [kcp-go](https://github.com/xtaci/kcp-go): 另一份对 KCP更精简的 GO移植同时包含简单的 UDP会话管理可以直接使用
- [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 更流畅的看在线视频。
- [kcptun](https://github.com/xtaci/kcptun): 基于 kcp-go做的高速远程端口转发(隧道) 配合ssh -D可以比 sslocal/ssserver 更流畅的看在线视频。
- [kcpuv](https://github.com/elisaday/kcpuv): 使用 libuv开发的kcpuv库目前还在 Demo阶段。
# 协议比较