Skip to content

Commit ef39e04

Browse files
pkaminskiTwoTenPvP
authored andcommitted
docs(website): Replaced LiteNetLib mentions with ENET
docs(website): Replaced LiteNetLib mentions with ENET
1 parent 49292f3 commit ef39e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_docs/advanced-topics/custom-transports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ permalink: /wiki/custom-transports/
55

66
The MLAPI supports custom transports. It uses UNET by default. You can also write custom transports. A transport is the library that is responsible for sending the raw bytes and handle connections.
77

8-
Usually, transports doesn't support support all channel types and event types. Sometimes they have more, in that case you manually have to do translation between them. See the LiteNetLib transport for examples.
8+
Usually, transports doesn't support support all channel types and event types. Sometimes they have more, in that case you manually have to do translation between them. See the ENET transport for examples.
99

10-
To get started writing transport interfaces, the current implementations for Unet and LiteNetLib are great starting points for learning their flow. If you do write a transport for a well known transport, feel free to open a PR to add it to the default supported.
10+
To get started writing transport interfaces, the current implementations for Unet and ENET are great starting points for learning their flow. If you do write a transport for a well known transport, feel free to open a PR to add it to the default supported.

0 commit comments

Comments
 (0)