mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
Trigger a sas key lookup when peers are reachable
This commit is contained in:
parent
51de755be2
commit
e302238b29
@ -886,6 +886,9 @@ int overlay_route_recalc_node_metrics(overlay_node *n, time_ms_t now)
|
||||
/* Make sure node is advertised soon */
|
||||
overlay_route_please_advertise(n);
|
||||
monitor_announce_peer(n->sid);
|
||||
|
||||
/* Pre-emptively check if we have their sas in memory, or send a request */
|
||||
keyring_find_sas_public(keyring, n->sid);
|
||||
}
|
||||
|
||||
/* Remember new reachability information */
|
||||
|
Loading…
Reference in New Issue
Block a user