|
|
- # 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
|