From 4798ecabe9a9eb3f9a111e3a906a2db17accdde0 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Thu, 25 Feb 2016 15:13:11 +0800 Subject: [PATCH] update sample --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d4995a..aae46c5 100644 --- a/README.md +++ b/README.md @@ -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会话管理,可以直接使用 # 协议比较