Update MediaWiki page '666 Protocol'

This commit is contained in:
Method 2013-07-14 03:07:48 +00:00 committed by moparisthebest
parent 22ab3e0722
commit 6f454f9a76
1 changed files with 41 additions and 1 deletions

View File

@ -1716,4 +1716,44 @@ This section documents the packets sent between the client and server during nor
|
|
|-
|}
|}
== '''Update Protocol''' ==
This section documents the communication between the client and server over the connection used to stream resources.
=== '''Handshake Response''' ===
After receiving a handshake for the update protocol, the server responds with one of the following packets:
{| class="wikitable" style="text-align: center"
|-
! Name
! Id
! Fields
! Description
|-
! OK
| 0
| style="text-align: left" |
* required_resource_sizes: int32[27]
| Indicates a successful connection.
|-
! OUT_OF_DATE
| 6
| None
| Indicates that the client is outdated.
|-
! SERVER_FULL
| 7
| None
| Indicates that the server is full at the moment.
|-
! IP_LIMIT
| 9
| None
| Indicates that the client is being rate limited.
|-
|}
=== '''Packets''' ===