Update README.md

This commit is contained in:
vis2k 2020-11-25 19:25:35 +08:00 committed by GitHub
parent ff6ced11aa
commit ef77c90447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ _Note: Mirror is based on Unity's abandoned UNET Networking system. We fixed it
## Low Level Transports
* (built in) [KCP](https://github.com/skywind3000/kcp): reliable UDP
* (built in) [Telepathy](https://github.com/vis2k/Telepathy): TCP
* (built in) [UNET LLAPI](https://docs.unity3d.com/Manual/UNetUsingTransport.html): UDP
* (built in) [UNET LLAPI](https://github.com/SoftwareGuy/Mirror-UnityLLAPI): UDP
* (built in) [Ninja.Websockets](https://github.com/ninjasource/Ninja.WebSockets): Websockets
* Libuv: TCP powered by Node.js' native C networking
* [LiteNetLib](https://github.com/MirrorNetworking/LiteNetLibTransport/) UDP