Skip to main content

write_handshake_accept

Function write_handshake_accept 

Source
pub async fn write_handshake_accept<S>(
    stream: &mut S,
) -> Result<(), ProtocolError>
where S: AsyncWrite + Unpin,
Expand description

Write the 1-byte handshake response (accept).