Function server::net::do_handshake [] [src]

pub fn do_handshake<W: Write + Read>(stream: &mut W) -> Result<(String, String), Error>

Write a welcome-message to the given server-client-stream.