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

Handling connection helpers #110

Closed
whyrusleeping opened this issue Sep 13, 2016 · 1 comment
Closed

Handling connection helpers #110

whyrusleeping opened this issue Sep 13, 2016 · 1 comment
Labels
need/analysis Needs further analysis before proceeding
Milestone

Comments

@whyrusleeping
Copy link
Contributor

libp2p will soon have multiple modules that it can use to 'help' in connecting to other peers. For example, relaying a connection to a peer, or sending a message out to ask that peer to connect to you.

We need to decide when to resort to those methods. Do we try to do one of those immediately? after ten seconds of normal dialing? Try relay after normal dialing fails entirely? We also need to figure out where these mechanisms should be plugged in to.

@whyrusleeping whyrusleeping added this to the libp2p Relay milestone Sep 13, 2016
@whyrusleeping whyrusleeping added the need/analysis Needs further analysis before proceeding label Sep 14, 2016
@jbenet
Copy link
Contributor

jbenet commented Sep 15, 2016

Connection estimators will help a lot-- to take several open connections and pick between them.

marten-seemann added a commit that referenced this issue Apr 22, 2022
use the ResourceManager
marten-seemann added a commit that referenced this issue Apr 22, 2022
use the transport.Upgrader interface
marten-seemann added a commit that referenced this issue Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/analysis Needs further analysis before proceeding
Projects
None yet
Development

No branches or pull requests

4 participants