From 895907fbe1c47e616d4e83e3b36016f1581661cb Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Tue, 17 Sep 2019 16:12:18 +0800 Subject: [PATCH] add kcp: a fast and reliable ARQ protocol that helps application to reduce network latency. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7c7844..55db0d0 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ Implementations of memory allocators for various systems and platforms. * [librg](https://github.com/librg/librg) - Library for building simple and elegant cross-platform mmo client-server solutions. [`Apache 2.0`](https://directory.fsf.org/wiki/License:Apache-2.0) * [dyad](https://github.com/rxi/dyad) - Asynchronous networking library. [`MIT`](https://raw.githubusercontent.com/atom/atom/master/LICENSE.md) * [h2o](https://github.com/h2o/h2o/) - Optimized HTTP/1, HTTP/2 high performance server/library. [`MIT`](https://raw.githubusercontent.com/atom/atom/master/LICENSE.md) +* [kcp](https://github.com/skywind3000/kcp/blob/master/README.en.md) - A fast and reliable ARQ protocol that helps application to reduce network latency. [`MIT`](https://github.com/skywind3000/kcp/blob/master/LICENSE) ### Web Frameworks ###