更新 xkcptun: C 语言实现的kcptun客户端

This commit is contained in:
skywind3000 2017-08-28 16:43:13 +08:00
parent 739dcacb45
commit 5eef03ed71
2 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,7 @@ Both the use and configuration of the protocol is very simple, in most cases, af
- [node-kcp](https://github.com/leenjewel/node-kcp): KCP interface for node-js
- [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android): Shadowsocks for android has integrated kcptun using kcp protocol to accelerate shadowsocks, with good results
- [kcpuv](https://github.com/elisaday/kcpuv): The kcpuv library developed with libuv, currently still in the early alpha phase.
- [xkcptun](https://github.com/liudf0716/xkcptun): C language implementation of kcptun, embedded-friendly for [LEDE](https://github.com/lede-project/source) and [OpenWrt](https://github.com/openwrt/openwrt) projects.
# Protocol Comparison

View File

@ -153,6 +153,7 @@ TCP是为流量设计的每秒内可以传输多少KB的数据讲究的
- [kcpuv](https://github.com/elisaday/kcpuv): 使用 libuv开发的kcpuv库目前还在 Demo阶段
- [Lantern](https://getlantern.org/):更好的 VPNGithub 50000 星,使用 kcpgo 加速
- [rpcx](https://github.com/smallnest/rpcx) RPC 框架1000+ 星,使用 kcpgo 加速 RPC
- [xkcptun](https://github.com/liudf0716/xkcptun): c语言实现的kcptun主要用于[OpenWrt](https://github.com/openwrt/openwrt), [LEDE](https://github.com/lede-project/source)开发的路由器项目上
# 商业案例