pub const RECONNECT_CHALLENGE_DATA_LENGTH: u8 = 16;
Expand description

The size of the reconnect challenge data in bytes.

Always 16 since the challenge field of CMD_AUTH_RECONNECT_CHALLENGE_Server has a fixed width.