mirror of
https://github.com/skywind3000/kcp.git
synced 2025-03-14 00:30:11 +08:00
update doc: add references to new projects which is using kcp
This commit is contained in:
parent
0cdfb61941
commit
c0f5daffc8
@ -139,8 +139,11 @@ TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的
|
||||
- [v2ray](https://www.v2ray.com):著名代理软件,Shadowsocks 代替者,1.17后集成了 kcp协议,使用UDP传输,无数据包特征。
|
||||
- [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的服务端。
|
||||
- [kcp-csharp](https://github.com/limpo1989/kcp-csharp): kcp的 csharp移植,同时包含一份回话管理,可以连接上面kcp-go的服务端。
|
||||
- [kcp-rs](https://github.com/en/kcp-rs): KCP的 rust移植
|
||||
- [lua-kcp](https://github.com/linxiaolong/lua-kcp): KCP的 Lua扩展,用于 Lua服务器
|
||||
- [node-kcp](https://github.com/leenjewel/node-kcp): node-js 的 KCP 接口
|
||||
- [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android): Shadowsocks for android 集成了 kcptun 使用 kcp协议加速 shadowsocks,效果不错
|
||||
- [kcpuv](https://github.com/elisaday/kcpuv): 使用 libuv开发的kcpuv库,目前还在 Demo阶段。
|
||||
|
||||
# 协议比较
|
||||
|
Loading…
Reference in New Issue
Block a user