mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-22 09:02:16 -05:00
14 lines
522 B
Plaintext
14 lines
522 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
|
|
== '''Packet structure''' ==
|
|
When the client sends a packet to the server, the first byte encapsulates its opcode. The server then associates this packet opcode to its respective predefined size. If the packet does not contain a fixed size, the opcode will be followed by either a byte or a word, depending on the specific packet, for its proper size.
|
|
|
|
== '''Login''' ==
|
|
Opcode: 14
|
|
|
|
After the client sends the login opcode,
|
|
|
|
== '''Incoming Data''' ==
|
|
|
|
== '''Outgoing Data''' == |