You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
685 B

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