From The Mana World
LunaticEdit (talk | contribs) |
m (Update packet links.) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
|mode={{{mode}}} | |mode={{{mode}}} | ||
|length=-1 | |length=-1 | ||
|alignment=chartreuse | |||
|define=SMSG_UPDATE_HOST | |define=SMSG_UPDATE_HOST | ||
|sent={{tmwa location|src/login/login.cpp|3649}} | |sent={{tmwa location|src/login/login.cpp|3649}} | ||
Line 13: | Line 14: | ||
|description= | |description=[[File:LoginProcessFlow.svg|frame|Login Process Flow]] | ||
Sent as part of the reply to [[ | Sent as part of the reply to [[Net:0x0064|Login Request]]. | ||
This packet gives the client the location of the update server URL, such as http://updates.themanaworld.org | This packet gives the client the location of the update server URL, such as http://updates.themanaworld.org |
Latest revision as of 23:57, 1 July 2013
Update Host
Packet ID: | 0x0063 |
---|---|
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
Sent as part of the reply to Login Request.
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).