基于DotNetty版本实现的kcp(包含fec功能的实现) KCP是一个基于udp的快速可靠协议(rudp),能以比 TCP浪费10%-20%的带宽的代价,换取平均延迟降低 30%-40%,且最大延迟降低三倍的传输效果 主要用于构建unity客户端网络层
Go to file
huyufei 2aeea20c3c update: initcommit 2023-08-30 12:26:45 +08:00
Editor update: initcommit 2023-08-30 12:26:45 +08:00
Runtime update: initcommit 2023-08-30 12:26:45 +08:00
~Samples update: initcommit 2023-08-30 12:26:45 +08:00
Editor.meta update: initcommit 2023-08-30 12:26:45 +08:00
README.md update: initcommit 2023-08-30 12:26:45 +08:00
README.md.meta update: initcommit 2023-08-30 12:26:45 +08:00
Runtime.meta update: initcommit 2023-08-30 12:26:45 +08:00
package.json update: initcommit 2023-08-30 12:26:45 +08:00
package.json.meta update: initcommit 2023-08-30 12:26:45 +08:00
~Samples.meta update: initcommit 2023-08-30 12:26:45 +08:00

README.md

GURU KCP

VERSION 0.0.1

插件介绍

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

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

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

安装和接入

插件引入

逻辑实现

  • TBD

问题答疑

  • Q

A

  • Q

A

  • Q

A