mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-11-29 23:46:35 -05:00
signal work"
This commit is contained in:
parent
e677a72ab3
commit
b590e3f28a
8 changed files with 35 additions and 19 deletions
|
|
@ -111,3 +111,12 @@ impl From<AddressType> for NodeRefFilter {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl From<ConnectionDescriptor> for NodeRefFilter {
|
||||
fn from(other: ConnectionDescriptor) -> Self {
|
||||
Self {
|
||||
routing_domain_set: RoutingDomainSet::all(),
|
||||
dial_info_filter: DialInfoFilter::from(other),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -214,7 +214,7 @@ impl RoutingDomainEditor {
|
|||
|
||||
if this_changed {
|
||||
info!(
|
||||
"[{:?}] setup network: {:?} {:?} {:?} {:?}",
|
||||
"[{:?}] setup network: outbound {:?} inbound {:?} address types {:?} capabilities {:?}",
|
||||
self.routing_domain,
|
||||
outbound_protocols,
|
||||
inbound_protocols,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue