Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Review bootstrap order #1100

Open
povilasb opened this issue Jan 3, 2019 · 0 comments
Open

Review bootstrap order #1100

povilasb opened this issue Jan 3, 2019 · 0 comments

Comments

@povilasb
Copy link
Contributor

povilasb commented Jan 3, 2019

Currently Service::bootstrap() attempts connections in such order:

  1. service discovery on LAN
  2. cached peers
  3. hard coded peers

We might want to reconsider this order, e.g.

  1. cached peers
  2. hard coded peers
  3. service discovery on LAN

Trying cached and hard coded peers first might be more reliable since we don't really know who's on our LAN.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant