From: Perttu Ahola Date: Sat, 18 Jun 2011 17:27:17 +0000 (+0300) Subject: Added endianess to procotol.txt X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=0d949c68d8b250b182d50a5ae415ffcf228bbc7a;p=zefram%2Fminetest%2Fminetest_engine.git Added endianess to procotol.txt --- diff --git a/doc/protocol.txt b/doc/protocol.txt index 9dd1e4fb..76f88d67 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: