update sample

This commit is contained in:
skywind3000 2016-02-25 15:13:11 +08:00
parent 43eb92a4b5
commit 4798ecabe9

View File

@ -128,8 +128,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服务器
- [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会话管理可以直接使用
# 协议比较