Constant FRAMED_STATE_CHANGE_LENGTH
pub const FRAMED_STATE_CHANGE_LENGTH: usize = 2;Expand description
Length on the wire of a framed state-change message: the tag byte plus
a single-byte ClientState payload.
pub const FRAMED_STATE_CHANGE_LENGTH: usize = 2;Length on the wire of a framed state-change message: the tag byte plus
a single-byte ClientState payload.