The PeerManager takes care of all neighbor nodes and periodically updates a list for each blockchain what peers should be contacted, e.g. for block fetching or transaction propagation.
New peers are added to the list after successful handshake via VERSION/VERSION_ACK. Additional new peers should be discovered periodically via peer exchange messages.
The PeerManager takes care of all neighbor nodes and periodically updates a list for each blockchain what peers should be contacted, e.g. for block fetching or transaction propagation.
New peers are added to the list after successful handshake via VERSION/VERSION_ACK. Additional new peers should be discovered periodically via peer exchange messages.