mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 14:11:21 +00:00
15 lines
592 B
Markdown
15 lines
592 B
Markdown
# `tendermint/tendermint/p2p`
|
|
|
|
[](https://circleci.com/gh/tendermint/tendermint/p2p)
|
|
|
|
`tendermint/tendermint/p2p` provides an abstraction around peer-to-peer communication.<br/>
|
|
|
|
See:
|
|
|
|
- [docs/connection] for details on how connections and multiplexing work
|
|
- [docs/peer] for details on peer ID, handshakes, and peer exchange
|
|
- [docs/node] for details about different types of nodes and how they should work
|
|
- [docs/pex] for details on peer discovery and exchange
|
|
- [docs/config] for details on some config options
|
|
|