fix compile error

This commit is contained in:
Maple 2026-04-25 14:24:33 +02:00
commit 0d026373db
4 changed files with 17 additions and 8 deletions

View file

@ -145,7 +145,7 @@ impl<C: Crypto> Server<C> {
};
info!("send attempt {}", n);
self.socket
this.socket
.send_to(&data, conn.addr.regular_socket_addr)
.await;