Libp2p.Supervisor (libp2p_elixir v0.9.0)
Top-level supervisor for the Libp2p application.
This supervisor starts the core components of the stack:
Libp2p.Swarm: Manages connections and listeners.Libp2p.PeerStore: Manages peer metadata (keys, addresses).
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(keyword()) :: Supervisor.on_start()