socksx::socks6

Function write_initial_data

Source
pub async fn write_initial_data<S>(
    _stream: &mut S,
    _request: &Socks6Request,
) -> Result<()>
where S: AsyncWrite + Unpin,
Expand description

Writes the initial data for the SOCKS6 request.