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.

13 lines
551 B

9 years ago
8 years ago
9 years ago
7 years ago
9 years ago
7 years ago
9 years ago
  1. # `tendermint/tendermint/p2p`
  2. [![CircleCI](https://circleci.com/gh/tendermint/tendermint/p2p.svg?style=svg)](https://circleci.com/gh/tendermint/tendermint/p2p)
  3. `tendermint/tendermint/p2p` provides an abstraction around peer-to-peer communication.<br/>
  4. See:
  5. - [docs/connection] for details on how connections and multiplexing work
  6. - [docs/peer] for details on peer ID, handshakes, and peer exchange
  7. - [docs/node] for details about different types of nodes and how they should work
  8. - [docs/reputation] for details on how peer reputation is managed