pub fn detect_protocol_from_bytes(
bytes: &[u8],
) -> Result<ProtocolDetection, NegotiationError>Expand description
Detect protocol version from message bytes
pub fn detect_protocol_from_bytes(
bytes: &[u8],
) -> Result<ProtocolDetection, NegotiationError>Detect protocol version from message bytes