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
GossipSub provides an event when a new peer subscribes to a topic. It seems that peer discovery time would be reduced significantly if peers broadcast their PeerInfo immediately (perhaps with a short backoff) when they see new peers joining the peer discovery topic.
I was thinking to implement a small patch that would add this behavior. Can anyone see any reason why this wouldn't be beneficial or any other reason to not do this?
The text was updated successfully, but these errors were encountered:
GossipSub provides an event when a new peer subscribes to a topic. It seems that peer discovery time would be reduced significantly if peers broadcast their PeerInfo immediately (perhaps with a short backoff) when they see new peers joining the peer discovery topic.
I was thinking to implement a small patch that would add this behavior. Can anyone see any reason why this wouldn't be beneficial or any other reason to not do this?
The text was updated successfully, but these errors were encountered: