添加xkcptun到相关应用中

c语言实现的kcp tune,主要用于openwrt, LEDE开发的路由器项目上
This commit is contained in:
Dengfeng Liu 2017-04-17 11:06:33 +08:00 committed by GitHub
parent 5fcf575218
commit 93b1ce2ea1

View File

@ -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开发的路由器项目上
# 协议比较