Files
tendermint/internal/p2p
tycho garen 1a7165acb1 wake more
2022-06-20 10:44:39 -04:00
..
2021-07-02 15:04:42 +00:00
2022-06-14 08:49:04 -04:00
2022-06-17 12:16:40 -04:00
2022-06-16 13:57:30 -04:00
2022-06-17 13:30:38 -04:00
2022-06-20 10:44:39 -04:00
2022-06-17 12:16:40 -04:00
2021-07-02 15:04:42 +00: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