You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initialize gossip_query routing table sync on connection
This commit calls sync_routing_table when a peer has connected and
should_request_full_sync is true. The sync flag must be set when the
outbound Init message is sent, we capture whether we want to perform
a sync with a peer in a new field, request_sync, on the Peer struct.
If this flag is set, sync_routing_table is called upon receipt of the
peers Init message.
0 commit comments