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

feat: enable protocols to have control over peers used #2044

Closed
danisharora099 opened this issue Jun 21, 2024 · 1 comment
Closed

feat: enable protocols to have control over peers used #2044

danisharora099 opened this issue Jun 21, 2024 · 1 comment

Comments

@danisharora099
Copy link
Collaborator

This is a feature request

Problem

We currently have limited control over the peers that are used for each protocol.

Every time a new request is sent, getPeers() is called, which fetches a new list of peers based on the current nodes that are connected.

This poses as a blocker to retrieve, and control, nodes and perform operations such as renewals.

Proposed Solutions

Maintain a list of nodes that are to be used for each protocol. This should allow to perform operations on these nodes such as disconnection management and renewals.

@danisharora099
Copy link
Collaborator Author

resolved by

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

No branches or pull requests

1 participant