tendermint/p2p/README.md

11 lines
620 B
Markdown
Raw Normal View History

2018-01-14 05:43:26 -08:00
# p2p
2015-10-25 18:21:51 -07:00
2018-01-14 05:43:26 -08:00
The p2p package provides an abstraction around peer-to-peer communication.
2016-06-21 11:40:24 -07:00
2018-01-14 05:43:26 -08:00
Docs:
2015-10-25 18:21:51 -07:00
2018-01-14 05:43:26 -08:00
- [Connection](../docs/specification/new-spec/p2p/connection.md) for details on how connections and multiplexing work
- [Peer](../docs/specification/new-spec/p2p/peer.md) for details on peer ID, handshakes, and peer exchange
- [Node](../docs/specification/new-spec/p2p/node.md) for details about different types of nodes and how they should work
- [Pex](../docs/specification/new-spec/p2p/pex.md) for details on peer discovery and exchange
- [Config](../docs/specification/new-spec/p2p/config.md) for details on some config option