From 2fffb01d8b2c513a44823fbc8447e7d6ab7eea01 Mon Sep 17 00:00:00 2001 From: shaoyuan <84977043@qq.com> Date: Mon, 9 Nov 2020 16:42:42 +0800 Subject: [PATCH] Update README.en.md --- README.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.en.md b/README.en.md index 1a9791c..8ca98de 100644 --- a/README.en.md +++ b/README.en.md @@ -172,6 +172,7 @@ Both the use and configuration of the protocol is very simple, in most cases, af - [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. - [yasio](https://github.com/yasio/yasio): A cross-platform asynchronous socket library focus on any client application with kcp support, easy to use, API same with UDP and TCP, see [benchmark-pump](https://github.com/yasio/yasio/blob/master/benchmark.md). +- [gouxp](https://github.com/shaoyuan1943/gouxp): Implementing a callback-based KCP development package with Go, with decryption and FEC support, is easy to use. # Protocol Comparison