1
0
mirror of https://github.com/skywind3000/kcp.git synced 2025-04-24 04:10:34 +08:00

udpate doc

This commit is contained in:
skywind3000 2016-03-14 17:26:18 +08:00
parent b08f757cd1
commit 465ac05f9f

View File

@ -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 更流畅的看视频的效果。
# 协议比较