tendermint/p2p/README.md

15 lines
592 B
Markdown
Raw Normal View History

2017-04-21 15:19:41 -07:00
# `tendermint/tendermint/p2p`
2015-10-25 18:21:51 -07:00
2017-04-21 15:19:41 -07:00
[![CircleCI](https://circleci.com/gh/tendermint/tendermint/p2p.svg?style=svg)](https://circleci.com/gh/tendermint/tendermint/p2p)
2016-06-21 11:40:24 -07:00
2017-04-21 15:19:41 -07:00
`tendermint/tendermint/p2p` provides an abstraction around peer-to-peer communication.<br/>
2015-10-25 18:21:51 -07:00
2017-12-31 14:07:08 -08:00
See:
2015-10-25 18:21:51 -07:00
2017-12-31 14:07:08 -08:00
- [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
2018-01-01 12:59:53 -08:00
- [docs/pex] for details on peer discovery and exchange
- [docs/config] for details on some config options
2015-10-25 18:21:51 -07:00