This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
feat(p2p): always connected peers #256
Comments
|
@mxinden any thoughts/preferences on doing this internal to rust-libp2p vs external? Any plans on reviving sth like an |
For the record, I will follow up with a design doc incorporating the recent out-of-band discussion. |
@dignifiedquire would you mind following up here? |
I enumerated 3 proposals in libp2p/rust-libp2p#2824. |
For the sake of completeness, latest work by @thomaseizinger is happening here libp2p/rust-libp2p#3099. |
Actually it is libp2p/rust-libp2p#3254. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should have a set of peers (configurable size) that we store in memory, as main peers. These can be used to send bitswap requests to, as well as improve general connectivity.
The text was updated successfully, but these errors were encountered: