• Stars
    star
    146
  • Rank 251,699 (Top 5 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created about 5 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

基于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