mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-12-26 15:59:24 -05:00
Merge branch 'kyanha-safety-route-bidi' into 'main'
Make private route allocation bidirectional Closes #341 See merge request veilid/veilid!231
This commit is contained in:
commit
1b380cd915
@ -268,7 +268,7 @@ impl VeilidAPI {
|
||||
stability,
|
||||
sequencing,
|
||||
default_route_hop_count,
|
||||
Direction::Inbound.into(),
|
||||
DirectionSet::all(),
|
||||
&[],
|
||||
false,
|
||||
)?;
|
||||
|
@ -31,7 +31,7 @@ use attachment_manager::AttachmentManager;
|
||||
use core::fmt;
|
||||
use core_context::{api_shutdown, VeilidCoreContext};
|
||||
use network_manager::NetworkManager;
|
||||
use routing_table::{Direction, RouteSpecStore, RoutingTable};
|
||||
use routing_table::{DirectionSet, RouteSpecStore, RoutingTable};
|
||||
use rpc_processor::*;
|
||||
use storage_manager::StorageManager;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user