modified: src/server.rs

This commit is contained in:
Michael Wain 2024-08-19 18:46:31 +03:00
parent 45ff787cdf
commit 96f757e2c7

View File

@ -86,6 +86,7 @@ pub async fn server_mode(server_config: ServerConfiguration) {
mp.insert(internal_ip, UDPeer { addr }); mp.insert(internal_ip, UDPeer { addr });
} else { } else {
info!("Bad handshake"); info!("Bad handshake");
plp.iter().for_each(|c| info!("ip: {:?}; pkey: {:?}", c.ip, c.public_key));
} }
}, // handshake }, // handshake
1 => { 1 => {