From 7cc422be7cadce672aa38aa3fc9ffbaab5aae47d Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Mon, 14 Mar 2016 17:27:58 +0800 Subject: [PATCH] udpate doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a0dd9..97ee748 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的 - [asio-kcp](https://github.com/libinzhangyuan/asio_kcp): 使用 KCP的完整 UDP网络库,完整实现了基于 UDP的链接状态管理,会话控制,KCP协议调度等 - [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): 基于kcpgo做的远程端口转发,配合ssh -D,可以比 sslocal/ssserver 更流畅的看在线视频。 # 协议比较