mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-21 08:35:00 -05:00
Update MediaWiki page '508 Protocol'
This commit is contained in:
parent
8c03ef9373
commit
65fca951c5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user