Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
/ KCPTransport Public archive

A transport for MirrorNG using KCP on top of UDP

License

Notifications You must be signed in to change notification settings

MirageNet/KCPTransport

Repository files navigation

Quality Gate Status SonarCloud Coverage Lines of Code Technical Debt Code Smells

KCPTransport

A transport for MirrorNG using KCP on top of UDP

This is a fork of https://github.com/limpo1989/kcp-csharp

It is a pure C# KCP implementation.

KCP is a reliable algorithm on top of an unreliable transport (such as UDP). KCP is said to have lower latency than other reliable transports such as ENET and TCP.