signal work"

This commit is contained in:
John Smith 2023-10-28 16:56:39 -04:00 committed by Christien Rioux
parent e677a72ab3
commit b590e3f28a
8 changed files with 35 additions and 19 deletions

View file

@ -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),
}
}
}

View file

@ -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,