diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-06-18 20:21:25 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-18 20:21:25 +0300 |
commit | 50ef74da1eb922bccccd93b8289121d9d86b5664 (patch) | |
tree | a588a56883f2b5cd98b1d0fb0565a262faa1686d /doc | |
parent | cde8c70f8c841cf56fe4173d5249a64ceba63b42 (diff) | |
download | minetest-50ef74da1eb922bccccd93b8289121d9d86b5664.tar.gz minetest-50ef74da1eb922bccccd93b8289121d9d86b5664.tar.bz2 minetest-50ef74da1eb922bccccd93b8289121d9d86b5664.zip |
Fixed typo in protocol.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocol.txt b/doc/protocol.txt index 93037e70b..9dd1e4fbf 100644 --- a/doc/protocol.txt +++ b/doc/protocol.txt @@ -15,7 +15,7 @@ Initialization: u8 channel = 0 # Reliable packet header u8 type = TYPE_RELIABLE = 3 - u16 seqnum = SEQNUM_INITIAL = 6550 + u16 seqnum = SEQNUM_INITIAL = 65500 # Original packet header u8 type = TYPE_ORIGINAL = 1 # And no actual payload. @@ -27,7 +27,7 @@ Initialization: u8 channel = 0 # Reliable packet header u8 type = TYPE_RELIABLE = 3 - u16 seqnum = SEQNUM_INITIAL = 6550 + u16 seqnum = SEQNUM_INITIAL = 65500 # Control packet header u8 type = TYPE_CONTROL = 0 u8 controltype = CONTROLTYPE_SET_PEER_ID = 1 |