From 0d949c68d8b250b182d50a5ae415ffcf228bbc7a Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 18 Jun 2011 20:27:17 +0300 Subject: [PATCH] Added endianess to procotol.txt --- doc/protocol.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/protocol.txt b/doc/protocol.txt index 9dd1e4fbf..76f88d67e 100644 --- a/doc/protocol.txt +++ b/doc/protocol.txt @@ -2,6 +2,8 @@ Minetest-c55 protocol (incomplete, early draft): Updated 2011-06-18 A custom protocol over UDP. +Integers are big endian. +Refer to connection.{h,cpp} for further reference. Initialization: - A dummy reliable packet with peer_id=PEER_ID_INEXISTENT=0 is sent to the server: