From 2bde20bfdd542b6d5cd9ac130ac1cb08eb064560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Cor=C3=A9n?= <2108U9@gmail.com> Date: Tue, 17 Apr 2018 17:49:50 +0200 Subject: [PATCH] Update Protocol.md --- Protocol.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Protocol.md b/Protocol.md index 6a0e1d4..3b2bad9 100644 --- a/Protocol.md +++ b/Protocol.md @@ -1,4 +1,7 @@ # MLAPI Protocol +#### NOTE +_This protocol specification is TEMPORARY, it's due to change and is just here to give you an aproximate idea of how the protocol works_ + The MLAPI protocol is layered. The layers can be seen below. The first layer is the UDP IP layer. Ontop of the UDP layer, the Unity Network Transport layer is built. And just after that, the MLAPI's protocol starts to appear. The MLAPI has two protocol stages. The first stage is the generic MLAPI message protocol. This is the protocol all messages use that is sent by the user or the MLAPI library.