Skip to main content

Module bootstrap_provider

Module bootstrap_provider 

Source
Expand description

§Seed peer address supply

The BootstrapProvider trait hands a fresh node its first list of peer addresses so it can break out of Kademlia’s chicken-and-egg problem. A DNSSEC-validated provider is used in production; a manual list-based provider covers tests and private deployments.

Modules§

bootstrap_provider
Bootstrap address supply — breaking Kademlia’s chicken-and-egg
dnssec_bootstrap_provider
DNSSEC-validated bootstrap provider
manual_bootstrap_provider
Hand-configured bootstrap provider