Constant wow_srp::header_crypto::CLIENT_HEADER_LENGTH[][src]

pub const CLIENT_HEADER_LENGTH: u8 = (std::mem::size_of::<u16>() + std::mem::size_of::<u32>()) as u8; // 0x06u8
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.