Files
tendermint/p2p
Aleksandr Bezobchuk bc643b19c4 p2p: support private peer IDs in new p2p stack (#6409)
Pass a set of private peer ids to the `PeerManager` and any node that exists in this set is not returned in the `Advertise` method.

closes: #6405
2021-04-30 20:37:17 +00:00
..
2021-04-26 13:03:19 +02:00
2020-10-13 10:22:53 +02:00
2021-01-04 11:25:20 +01:00
2021-03-26 09:01:41 -04:00
2021-01-04 11:25:20 +01:00
2021-01-04 11:25:20 +01:00
2020-02-07 12:53:28 +01:00
2021-04-21 18:50:39 +02: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