mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-11-29 15:36:36 -05:00
fix public address check
This commit is contained in:
parent
07646679d0
commit
030a0073da
10 changed files with 295 additions and 233 deletions
|
|
@ -527,10 +527,6 @@ impl RoutingTable {
|
|||
}
|
||||
|
||||
/// Look up the best way for two nodes to reach each other over a specific routing domain
|
||||
#[cfg_attr(
|
||||
feature = "verbose-tracing",
|
||||
instrument(level = "trace", skip(self), ret)
|
||||
)]
|
||||
pub fn get_contact_method(
|
||||
&self,
|
||||
routing_domain: RoutingDomain,
|
||||
|
|
|
|||
|
|
@ -215,10 +215,6 @@ impl RoutingTableInner {
|
|||
true
|
||||
}
|
||||
|
||||
#[cfg_attr(
|
||||
feature = "verbose-tracing",
|
||||
instrument(level = "trace", skip(self), ret)
|
||||
)]
|
||||
pub fn get_contact_method(
|
||||
&self,
|
||||
routing_domain: RoutingDomain,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue