mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
temporarily disable relay check
This commit is contained in:
parent
9b7380c81c
commit
87958eedde
@ -174,9 +174,11 @@ impl RoutingTable {
|
|||||||
|
|
||||||
// Exclude any nodes that have 'failed to send' state indicating a
|
// Exclude any nodes that have 'failed to send' state indicating a
|
||||||
// connection drop or inability to reach the node
|
// connection drop or inability to reach the node
|
||||||
if e.peer_stats().rpc_stats.failed_to_send > 0 {
|
|
||||||
return false;
|
// XXX: we should be able to enable this!
|
||||||
}
|
// if e.peer_stats().rpc_stats.failed_to_send > 0 {
|
||||||
|
// return false;
|
||||||
|
// }
|
||||||
|
|
||||||
// Until we have a way of reducing a SignedRelayedNodeInfo to a SignedDirectNodeInfo
|
// Until we have a way of reducing a SignedRelayedNodeInfo to a SignedDirectNodeInfo
|
||||||
// See https://gitlab.com/veilid/veilid/-/issues/381
|
// See https://gitlab.com/veilid/veilid/-/issues/381
|
||||||
|
Loading…
Reference in New Issue
Block a user