KcpSharpN is a C# implementation translated from the original KCP project
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.