Currently, a node only shares its `known_peers` list upon receiving a connection request from another node in the network. We need to occasionally send out a sample of `known_peers` to allow nodes to discover new peers indirectly.
Currently, a node only shares its
known_peerslist upon receiving a connection request from another node in the network.We need to occasionally send out a sample of
known_peersto allow nodes to discover new peers indirectly.