All Projects → l42111996 → Csharp Kcp

l42111996 / Csharp Kcp

Licence: apache-2.0
基于c#的dotNetty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务

csharp-kcp

基于DotNetty版本实现的kcp(包含fec功能的实现)

KCP是一个基于udp的快速可靠协议(rudp),能以比 TCP浪费10%-20%的带宽的代价,换取平均延迟降低 30%-40%,且最大延迟降低三倍的传输效果

主要用于构建unity客户端网络层

java服务端可使用 https://github.com/l42111996/java-Kcp 完美兼容

相关参考资料

相关资料

  1. https://github.com/skywind3000/kcp 原版c版本的kcp
  2. https://github.com/l42111996/java-Kcp 基于netty的java版本kcp,完美兼容,快速构建游戏网络层

#交流

QQ:526167774

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].