github.com/pure-x-eth/consensus_tm@v0.0.0-20230502163723-e3c2ff987250/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://github.com/pure-x-eth/consensus_tm/blob/v0.34.x/spec/p2p/connection.md) for details on how connections and multiplexing work 8 - [Peer](https://github.com/pure-x-eth/consensus_tm/blob/v0.34.x/spec/p2p/node.md) for details on peer ID, handshakes, and peer exchange 9 - [Node](https://github.com/pure-x-eth/consensus_tm/blob/v0.34.x/spec/p2p/node.md) for details about different types of nodes and how they should work 10 - [Pex](https://github.com/pure-x-eth/consensus_tm/blob/v0.34.x/spec/reactors/pex/pex.md) for details on peer discovery and exchange 11 - [Config](https://github.com/pure-x-eth/consensus_tm/blob/v0.34.x/spec/p2p/config.md) for details on some config option