From 739dcacb45de3830c184c0836147b34ba9a7bfd0 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Fri, 21 Jul 2017 14:54:27 +0800 Subject: [PATCH] add new libraries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aeaec96..0181194 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,8 @@ TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的 - [kcp-go](https://github.com/xtaci/kcp-go): 高安全性的kcp的 GO语言实现,包含 UDP会话管理的简单实现,可以作为后续开发的基础库。 - [kcp-csharp](https://github.com/limpo1989/kcp-csharp): kcp的 csharp移植,同时包含一份回话管理,可以连接上面kcp-go的服务端。 - [kcp-rs](https://github.com/en/kcp-rs): KCP的 rust移植 +- [kcp-rust](https://github.com/Matrix-Zhang/kcp):新版本 KCP的 rust 移植 +- [tokio-kcp](https://github.com/Matrix-Zhang/tokio_kcp):rust tokio 的 kcp 集成 - [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,效果不错