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).
pub async fn write_handshake_accept<S>(
stream: &mut S,
) -> Result<(), ProtocolError>where
S: AsyncWrite + Unpin,Write the 1-byte handshake response (accept).