diff --git a/src/proxy/client.rs b/src/proxy/client.rs index df4ebd3..b96d102 100644 --- a/src/proxy/client.rs +++ b/src/proxy/client.rs @@ -34,6 +34,7 @@ pub async fn handle_client_stream( buffer_pool: Arc, rng: Arc, me_pool: Option>, + ip_tracker: Arc, ) -> Result<()> where S: AsyncRead + AsyncWrite + Unpin + Send + 'static,