checkpoint

This commit is contained in:
John Smith
2022-07-04 22:44:04 -04:00
parent 9214bcf9a4
commit 8b5fc96c8c
7 changed files with 197 additions and 252 deletions

View File

@@ -85,7 +85,7 @@ impl DiscoveryContext {
node_ref
))
.map(|sa| {
let ret = sa.sender_info.socket_address;
let ret = sa.answer.socket_address;
log_net!("request_public_address: {:?}", ret);
ret
})