pub async fn write_handshake_accept(
stream: &mut TcpStream,
) -> Result<(), ProtocolError>Expand description
Write the 1-byte handshake response (accept).
pub async fn write_handshake_accept(
stream: &mut TcpStream,
) -> Result<(), ProtocolError>Write the 1-byte handshake response (accept).