https://github.com/tendermint/tendermint
Raw File
Tip revision: 2924d41f8b51f1ae4d08338e5e0d039fb4c76a13 authored by Tess Rinearson on 06 January 2021, 15:32:43 UTC
changelog: update changelog for v0.34.1 (#5872)
Tip revision: 2924d41
README.md
# p2p

The p2p package provides an abstraction around peer-to-peer communication.

Docs:

- [Connection](https://docs.tendermint.com/master/spec/p2p/connection.html) for details on how connections and multiplexing work
- [Peer](https://docs.tendermint.com/master/spec/p2p/node.html) for details on peer ID, handshakes, and peer exchange
- [Node](https://docs.tendermint.com/master/spec/p2p/node.html) for details about different types of nodes and how they should work
- [Pex](https://docs.tendermint.com/master/spec/reactors/pex/pex.html) for details on peer discovery and exchange
- [Config](https://docs.tendermint.com/master/spec/p2p/config.html) for details on some config option
back to top