pub const CLIENT_HEADER_LENGTH: u8 = _; // 6u8
Available on crate feature tbc-header only.
Expand description

Size in bytes of the client world packet header.

Always 6 bytes because the size is 2 bytes and the opcode is 4 bytes.