Update MediaWiki page '508 Protocol'

This commit is contained in:
Pure_ 2014-07-09 20:01:38 +00:00 committed by moparisthebest
parent 8c03ef9373
commit 65fca951c5

View File

@ -35,8 +35,8 @@ Game packet header:
<pre>
ubyte - opcode
ubyte - packet size only if packet size is sent as -1
ushort - packet size only if packet size is sent as -2
ubyte - packet size only if packet size is sent as -1 (length: VAR_BYTE)
ushort - packet size only if packet size is sent as -2 (length: VAR_SHORT)
</pre>
After the header is read by the server, the packet specific data is then read and decoded by the server.