updates
This commit is contained in:
parent
fc94f655b2
commit
1b802ff33f
15 changed files with 379 additions and 74 deletions
|
|
@ -47,7 +47,7 @@ async fn start_proxy<T: Crypto>(param: ProxyStartupParam) {
|
|||
let mut crypto = Arc::new(T::new());
|
||||
info!("binding to socket");
|
||||
|
||||
let server: Arc<Server<T>> = Arc::new(Server::new().await);
|
||||
let server: Arc<Server<T>> = Arc::new(Server::new(param).await);
|
||||
|
||||
info!("waiting on packets");
|
||||
server.run_task().await;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue