This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
Bootstrap from previous/existing peers #834
Labels
discussion
Open discussion
Enhancement
A new feature request or enhancement to existing feature
question
Further information is requested
Right now, any peer that is shutdown and then restarted will try to bootstrap off the default bootstrap peerlist. However, given the social network nature of many Textile applications (sharing photos, files, etc), it might make more sense to attempt to connect to, and bootstrap from, peers we have previously interacted with. This has the benefit of potentially more quickly finding peers you regularly share with, which is critical in a mobile environment (fast warmup). It additionally may avoid peers trying to connect to Cafes that are difficult or even impossible to reach in some cases.
Possible way forward?
It is not immediately clear where to intercept the boostrapping step of libp2p, but there appears to be a bootstrap libp2p service that can be used? The other possibility is simply letting the default boostrapping happen, and adding an additional Textile Boostrap service connect to peers on top of/in addition to this?
The text was updated successfully, but these errors were encountered: