From f9d88e69dde53b230219dd86d56728f75f70d643 Mon Sep 17 00:00:00 2001 From: Abraham2119 Date: Thu, 16 Jun 2011 16:45:22 +0000 Subject: [PATCH] Update MediaWiki page '317 Protocol' --- 317-Protocol.mediawiki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/317-Protocol.mediawiki b/317-Protocol.mediawiki index d5267cd..a4491c7 100644 --- a/317-Protocol.mediawiki +++ b/317-Protocol.mediawiki @@ -5,6 +5,9 @@ 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''' ==