Files
tendermint/p2p
Anton Kaliaev 089b314bdb test/fuzz: fix PEX reactor test (#6188)
* test/fuzz: fix PEX reactor test

* .github: [fuzz] increase retention period for crashers
2021-03-01 20:18:51 +04:00
..
2021-01-28 13:47:24 +00:00
2021-02-16 11:02:52 -05:00
2020-10-13 10:22:53 +02:00
2021-01-04 11:25:20 +01:00
2021-01-04 11:25:20 +01:00
2021-01-04 11:25:20 +01:00
2021-02-16 11:02:52 -05:00
2020-02-07 12:53:28 +01:00
2021-02-16 11:02:52 -05:00
2021-02-16 11:02:52 -05: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