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.
pub async fn write_initial_data<S>(
_stream: &mut S,
_request: &Socks6Request,
) -> Result<()>where
S: AsyncWrite + Unpin,
Writes the initial data for the SOCKS6 request.