Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnect from seed peers after initial discovery #4359

Closed
ishantiw opened this issue Oct 2, 2019 · 0 comments · Fixed by #4516
Closed

Disconnect from seed peers after initial discovery #4359

ishantiw opened this issue Oct 2, 2019 · 0 comments · Fixed by #4516
Assignees
Milestone

Comments

@ishantiw
Copy link
Member

ishantiw commented Oct 2, 2019

Description

Disconnect from seed peers after the initial discovery

Motivation

We don't want to overwhelm the seed peers as many other nodes are connecting to them for discovery.

The main argument against this issue is that seed peers have a limited number of inbound slots so they already evict peers on their own so there is no need for peers to voluntarily disconnect from them.

Acceptance Criteria

We need to discuss the pros and cons and decide if we want to implement this feature or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment