From 93b1ce2ea1e3fe6b984d79f34c7b4dd61f7134bd Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Mon, 17 Apr 2017 11:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0xkcptun=E5=88=B0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=BA=94=E7=94=A8=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit c语言实现的kcp tune,主要用于openwrt, LEDE开发的路由器项目上 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2cdf6b..fd56a92 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的 - [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阶段。 +- [xkcptun](https://github.com/liudf0716/xkcptun): c语言实现的kcptun,主要用于openwrt, LEDE开发的路由器项目上 # 协议比较