pub fn set_read_write_timeout( sock: TcpStream, rt: Option<u64>, wt: Option<u64>, ) -> Result<TcpStream, AsError>