mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 21:36:26 +00:00
* p2p: log error in transport tests * p2p: exit from fast peer only when handshake is done TestTransportMultiplexAcceptNonBlocking fixes panic: write to a closed channel * p2p: increase timeout in TestTransportMultiplexConnFilterTimeout Fixes https://github.com/tendermint/tendermint/issues/4854#issuecomment-630739200 * p2p: yield control to another goroutine manually * increase timeout in TestTransportMultiplexAcceptNonBlocking
p2p
The p2p package provides an abstraction around peer-to-peer communication.
Docs:
- Connection for details on how connections and multiplexing work
- Peer for details on peer ID, handshakes, and peer exchange
- Node for details about different types of nodes and how they should work
- Pex for details on peer discovery and exchange
- Config for details on some config option