github.com/ari-anchor/sei-tendermint@v0.0.0-20230519144642-dc826b7b56bb/internal/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/p2p/messages/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