diff --git a/README.md b/README.md index 6809aa3..f3f9eb8 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,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 ###