maidsafe / sn_routing

Routing - specialised storage DHT
Other
278 stars 81 forks source link

Use separate endpoint to test reachability #2421

Closed lionel-faber closed 3 years ago

lionel-faber commented 3 years ago

Using the same endpoint to check reachability will result in a false positive even when a node is not externally reachable. This fixes this by keeping a separate endpoint to verify external reachability of new peers.