KcpSharpN [![Powered][4]][1] [![GitHub license][5]][2] [![NuGet package][6]][3]

May 25, 2026 · View on GitHub

中文版

Introduction

KcpSharpN is a C# implementation translated from the original KCP project

What is KCP

KCP is a high-performance, reliable transport protocol designed to significantly reduce latency compared to traditional TCP.
According to the original arthur of KCP protocol, comparing to TCP, it can achieve a 30–40% reduction in average latency and up to three times lower maximum delay, costing 10–20% additional bandwidth overhead.

For more information, see the documentation in KCP's official repository.