github.com/pokt-network/tendermint@v0.32.11-0.20230426215212-59310158d3e9/p2p/README.md (about) 1 # p2p 2 3 The p2p package provides an abstraction around peer-to-peer communication. 4 5 Docs: 6 7 - [Connection](https://docs.tendermint.com/master/spec/p2p/connection.html) for details on how connections and multiplexing work 8 - [Peer](https://docs.tendermint.com/master/spec/p2p/node.html) for details on peer ID, handshakes, and peer exchange 9 - [Node](https://docs.tendermint.com/master/spec/p2p/node.html) for details about different types of nodes and how they should work 10 - [Pex](https://docs.tendermint.com/master/spec/reactors/pex/pex.html) for details on peer discovery and exchange 11 - [Config](https://docs.tendermint.com/master/spec/p2p/config.html) for details on some config option