From 0b301fdf758a45cad700eae7f6897c1062f523b4 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Fri, 29 May 2015 12:49:37 +0800 Subject: [PATCH] new readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbb8be1..9b4b994 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的 # 相关应用 -- [dog-tunnel](https://github.com/vzex/dog-tunnel): GO语言开发的网络隧道,使用了 KCP协议,并将 KCP移植到了一个 GO版本的实现 +- [dog-tunnel](https://github.com/vzex/dog-tunnel): GO开发的网络隧道,使用 KCP极大的改进了传输速度,并移植了一份 GO版本 KCP - [lua-kcp](https://github.com/linxiaolong/lua-kcp):KCP的 Lua扩展,用于 Lua服务器