From The Mana World
(stupid escaping)
(make table rows via template)
Line 5: Line 5:
|parsed={{mana location|src/net/tmwa/loginhandler.cpp|103}}
|parsed={{mana location|src/net/tmwa/loginhandler.cpp|103}}
|fields=
|fields=
{{{!}} border="1" cellspacing="0" cellpadding="3"
{{packet field |  0 2 | packet ID     }}
{{!}}-valign="top"
{{packet field |  2 2 | packet length }}
! offset !! length !! contents
{{packet field |  4 | -1 | update URL   }}
{{!}}-valign="top"
 
{{!}} 0 {{!!}} 2 {{!!}} packet ID
{{!}}-valign="top"
{{!}} 2 {{!!}} 2 {{!!}} packet length
{{!}}-valign="top"
{{!}} 4 {{!!}} -1 {{!!}} update URL
{{!}}}


|description=
|description=

Revision as of 16:58, 19 November 2012

< Back

{{{nicename}}}

Packet ID:[[Net:{{{id}}}|{{{id}}}]]
Packet Length:-1
Client Defined:SMSG_UPDATE_HOST
Sent Location(s):src/login/login.cpp
Parsed Location(s):src/net/tmwa/loginhandler.cpp:103


Fields

Offset Length Contents
0 2 packet ID
2 2 packet length
4 -1 update URL


Description

This packet gives the client the location of the update server URL, such as http://updates.themanaworld.org

It is only sent if an update host is specified for the server (there is one in the default configuration) and the client identifies as accepting an update host (which all supported clients do).