mirror of
https://github.com/skywind3000/kcp.git
synced 2025-03-14 00:30:11 +08:00
更新 xkcptun: C 语言实现的kcptun客户端
This commit is contained in:
parent
739dcacb45
commit
5eef03ed71
@ -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
|
||||
|
@ -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)开发的路由器项目上
|
||||
|
||||
# 商业案例
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user