Files
tendermint/p2p
mergify[bot] 632b53d653 fix addrbook tests (#4526)
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Co-authored-by: Erik Grinaker <erik@grinaker.org>
2020-03-05 09:29:26 +00:00
..
2020-03-05 09:29:26 +00:00
2020-01-13 18:45:16 +01:00
2019-12-05 10:12:08 +01:00
2019-11-16 19:35:39 +04:00
2020-02-21 19:21:39 +01:00
2019-04-03 11:22:52 +02:00
2019-12-17 13:02:45 +01:00
2019-12-17 13:02:45 +01:00
2019-12-05 10:12:08 +01:00
2020-02-07 12:53:28 +01:00

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