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 });
|
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 => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user