From dc76e5d6997ce0ea4c34200d7e3c74be6ddebfa4 Mon Sep 17 00:00:00 2001 From: rfalke Date: Mon, 13 May 2019 09:49:57 +0200 Subject: [PATCH] Add note about byte order of the numbers used --- PROTOCOL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PROTOCOL.md b/PROTOCOL.md index 308c628d..a7724270 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -33,6 +33,10 @@ Currently this is to be handled by TLS. This entire protocol is built to be layered on top of TCP or TLS. +### Byte Order + +All numeric values are in network (big-endian) byte order. + ### Framing 0 1 2 3