Skip to main content

decode_handshake

Function decode_handshake 

Source
pub fn decode_handshake(buf: &[u8; 9]) -> (u64, TunnelType)
Expand description

解码客户端握手帧,返回 (token, tunnel_type)