doc: Added Libuv2k Transport doc

This commit is contained in:
MrGadget1024 2020-11-02 11:36:32 -05:00
parent 40e3625a8c
commit 2842d9be8e
4 changed files with 20 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -0,0 +1,16 @@
# Libuv2k Transport
**Libuv2k transport for Mirror.**
![The Libuv2k Transport component in the Inspector window](Libuv2k.PNG)
## About this transport
Details coming soon!
## Usage
Details coming soon!
## Features
Details coming soon!
## Credits

View File

@ -4,6 +4,8 @@ Mirror is a high level Networking Library that can use several different low lev
- [KCP - KCP Transport](KCPTransport.md) based on kcp.c v1.7, nearly translated 1:1.
- [TCP - Libuv2k](Libuv2k.md) based on Native C networking backend used by Node.js.
- [TCP - Telepathy](Telepathy.md) Simple, message based, MMO Scale TCP networking in C\#. And no magic.
- [TCP - Apathy](https://mirror-networking.com/apathy/) Apathy is a fast, lightweight, allocation-free low level TCP library for Unity developed by vis2k. Apathy was developed in native C for maximum MMO Scale networking performance.

View File

@ -2,6 +2,8 @@
href: index.md
- name: KCP - KCP Transport
href: KCP.md
- name: TCP - Libuv2k
href: Libuv2k.md
- name: TCP - Telepathy
href: Telepathy.md
- name: WebGL - SimpleWebTransport