add pings to v0

This commit is contained in:
Maple 2026-01-31 20:22:11 +01:00
commit 28bc6819a6
4 changed files with 110 additions and 14 deletions

View file

@ -44,8 +44,6 @@ cfg_if::cfg_if! {
//implementations, e.g. secure and insecure(this also includes special cases like friends)
async fn start_proxy<T: Crypto>(param: ProxyStartupParam) {
setup_edge_node_connection(&param, || abort());
info!("creating cryptography instance");
let mut crypto = Arc::new(T::new());
info!("binding to socket");