From 9bd218b4b8d889d6fb152020fb426ec9a46ba5ec Mon Sep 17 00:00:00 2001 From: Louis Royer Date: Fri, 3 Apr 2020 15:38:22 +0200 Subject: [PATCH] Precise endianess --- doc/protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/protocol.md b/doc/protocol.md index ac6b505..0af1a6e 100644 --- a/doc/protocol.md +++ b/doc/protocol.md @@ -1,6 +1,6 @@ # P2P-JAVA-PROJECT version 1.2 (Binary protocol for step 2+) -All strings in the datagram are utf-8 encoded. +All strings in the datagram are utf-8 encoded. All numerical values are big endian. ```text -- 2.30.2