CMSG PING

From wowdev
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.