MirageNet / KCPTransport

A transport for MirrorNG using KCP on top of UDP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A transport for MirrorNG using KCP on top of UDP

License:MIT License


Languages

Language:C# 100.0%