6f4d625bfb
* initial config spec * modify daemon to use config files * string type not nil * go fmt * proper type assertion * schema json * enum on dht mode * gitignore * updates for pprof * fmt * review comments * override with flags * export config structs |
||
---|---|---|
.. | ||
CM.md | ||
CONFIG.md | ||
CONTROL.md | ||
DHT.md | ||
PUBSUB.md | ||
README.md | ||
config.schema.json |
README.md
libp2p Daemon Specs
The daemon specs are broken into a few main pieces:
- The Control protocol: Governs basic client interactions such as adding peers, connecting to them, and opening streams.
- The DHT subsystem: Governs DHT client operations.
- The Connection Manager: Governs the connection manager API.