Files
tendermint/p2p
mergify[bot] 430afb23e7 security/p2p: prevent peers who errored being added to the peer_set (backport #9500) (#9516)
* security/p2p: prevent peers who errored being added to the peer_set (#9500)

* Mark failed removal of peer to address security bug

Co-authored-by: Callum Waters <cmwaters19@gmail.com>
(cherry picked from commit c0bdb2423a)

* Changelong entry and added missing functions for implementations of Peer

Co-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com>
2022-10-07 14:27:33 +02:00
..
2022-08-11 15:53:17 +02:00
2022-08-11 15:53:17 +02:00
2022-08-11 15:53:17 +02:00
2022-08-11 15:53:17 +02:00
2022-08-11 15:53:17 +02:00
2020-09-04 11:58:03 +00:00
2020-09-07 15:03:18 +00:00
2022-08-11 15:53:17 +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