github.com/badrootd/nibiru-cometbft@v0.37.5-0.20240307173500-2a75559eee9b/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](../spec/p2p/legacy-docs/connection.md) for details on how connections and multiplexing work
     8  - [Peer](../spec/p2p/legacy-docs/node.md) for details on peer ID, handshakes, and peer exchange
     9  - [Node](../spec/p2p/legacy-docs/node.md) for details about different types of nodes and how they should work
    10  - [Config](../spec/p2p/legacy-docs/config.md) for details on some config option