CMSG PING

From wowdev
Revision as of 16:57, 25 July 2021 by Deadbeef (talk | contribs) (Created page with "'''CMSG_PING''' is a World Packet sent every 30 seconds. It is followed by a SMSG_PONG from the server. {{CMSG_Header|opcode=0x1DC}} {| class="wikitable" |+ Body ! O...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CMSG_PING is a World Packet sent every 30 seconds. It is followed by a SMSG_PONG from the server.

CMSG Header
Offset Size / Endianness Type Name Description
0x0 2 / Big uint16 size Size of the packet including the opcode field.
0x2 4 / Little uint32 opcode Opcode for the packet.
Determines the structure of the body.
Always 0x1DC.


Body
Offset Size / Endianness Type Name Description
0x0 4 / Little uint32 sequence_id
0x4 4 / Little uint32 latency Round time in milliseconds.