modified: src/server.rs
This commit is contained in:
parent
45ff787cdf
commit
96f757e2c7
@ -86,6 +86,7 @@ pub async fn server_mode(server_config: ServerConfiguration) {
|
||||
mp.insert(internal_ip, UDPeer { addr });
|
||||
} else {
|
||||
info!("Bad handshake");
|
||||
plp.iter().for_each(|c| info!("ip: {:?}; pkey: {:?}", c.ip, c.public_key));
|
||||
}
|
||||
}, // handshake
|
||||
1 => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user