pub fn parse_handshake_packet(payload: &[u8]) -> Result<HandshakePacket<'_>>
Expand description

Parses payload as an initial handshake packet.