add pings to v0
This commit is contained in:
parent
3e2dc9099a
commit
28bc6819a6
4 changed files with 110 additions and 14 deletions
|
|
@ -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(¶m, || abort());
|
||||
|
||||
info!("creating cryptography instance");
|
||||
let mut crypto = Arc::new(T::new());
|
||||
info!("binding to socket");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue