pub async fn proxy_tcpstream( stream1: TcpStream, stream2: TcpStream, ) -> Result<(u64, u64), Error>
tokio
Copy data mutually between two Tcpstreams.