mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-10-11 01:58:45 -04:00
more private route work
This commit is contained in:
parent
2d526674a5
commit
e85d72f21a
13 changed files with 323 additions and 256 deletions
|
@ -46,6 +46,7 @@ fn init_callbacks() {
|
|||
case "network.rpc.max_timestamp_ahead": return 10000000;
|
||||
case "network.rpc.timeout": return 10000000;
|
||||
case "network.rpc.max_route_hop_count": return 7;
|
||||
case "network.rpc.default_route_hop_count": return 2;
|
||||
case "network.dht.resolve_node_timeout": return null;
|
||||
case "network.dht.resolve_node_count": return 20;
|
||||
case "network.dht.resolve_node_fanout": return 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue