tendermint/p2p/README.md

12 lines
790 B
Markdown
Raw Permalink Normal View History

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