mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-13 16:30:18 -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,
|
stability,
|
||||||
sequencing,
|
sequencing,
|
||||||
default_route_hop_count,
|
default_route_hop_count,
|
||||||
Direction::Inbound.into(),
|
DirectionSet::all(),
|
||||||
&[],
|
&[],
|
||||||
false,
|
false,
|
||||||
)?;
|
)?;
|
||||||
|
@ -31,7 +31,7 @@ use attachment_manager::AttachmentManager;
|
|||||||
use core::fmt;
|
use core::fmt;
|
||||||
use core_context::{api_shutdown, VeilidCoreContext};
|
use core_context::{api_shutdown, VeilidCoreContext};
|
||||||
use network_manager::NetworkManager;
|
use network_manager::NetworkManager;
|
||||||
use routing_table::{Direction, RouteSpecStore, RoutingTable};
|
use routing_table::{DirectionSet, RouteSpecStore, RoutingTable};
|
||||||
use rpc_processor::*;
|
use rpc_processor::*;
|
||||||
use storage_manager::StorageManager;
|
use storage_manager::StorageManager;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user