From 5eef03ed712599a94f13d6f12a41bc71fc53ee69 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Mon, 28 Aug 2017 16:43:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20xkcptun:=20C=20=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E5=AE=9E=E7=8E=B0=E7=9A=84kcptun=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index 9c45a19..1cbed50 100644 --- a/README.en.md +++ b/README.en.md @@ -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 diff --git a/README.md b/README.md index 0181194..8f80309 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ TCP是为流量设计的(每秒内可以传输多少KB的数据),讲究的 - [kcpuv](https://github.com/elisaday/kcpuv): 使用 libuv开发的kcpuv库,目前还在 Demo阶段 - [Lantern](https://getlantern.org/):更好的 VPN,Github 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)开发的路由器项目上 # 商业案例