Minor change Readme

main
Kevin Li 2023-08-30 16:00:16 +08:00
parent 53a7cdd337
commit 33a95ac32b
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ KCP是一个基于udp的快速可靠协议(rudp),能以比 TCP浪费10%-20%的
主要用于构建unity客户端网络层.
kcp库基于https://github.com/l42111996/csharp-kcp
protobuf-net库基于https://github.com/protobuf-net/protobuf-net
kcp库基于https://github.com/l42111996/csharp-kcp
protobuf-net库基于https://github.com/protobuf-net/protobuf-net
两个库均做了适当修改以完美适配Unity