github.com/MagHErmit/tendermint@v0.282.1/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/MagHErmit/tendermint/blob/v0.34.x/spec/p2p/connection.md) for details on how connections and multiplexing work
     8  - [Peer](https://github.com/MagHErmit/tendermint/blob/v0.34.x/spec/p2p/node.md) for details on peer ID, handshakes, and peer exchange
     9  - [Node](https://github.com/MagHErmit/tendermint/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/MagHErmit/tendermint/blob/v0.34.x/spec/reactors/pex/pex.md) for details on peer discovery and exchange
    11  - [Config](https://github.com/MagHErmit/tendermint/blob/v0.34.x/spec/p2p/config.md) for details on some config option