Files
tendermint/p2p
Erik Grinaker 886235311f p2p: remove p2p.FuzzedConnection and its config settings (#5598)
Removes `p2p.FuzzedConnection`, since it does not appear to be in use. While these sorts of test wrappers may be useful, they should be injected directly instead of bleeding through into the main application configuration. We'll implement something similar if and when necessary, for the new P2P abstractions in #2067.
2020-10-30 14:47:21 +00:00
..
2020-10-13 10:22:53 +02:00
2020-09-07 15:03:18 +00:00
2020-10-08 19:12:12 +02:00
2020-09-07 15:03:18 +00:00
2020-09-04 11:58:03 +00:00
2020-10-13 10:22:53 +02:00
2019-04-03 11:22:52 +02:00
2020-05-18 10:20:06 +00:00
2020-09-07 15:03:18 +00:00
2020-09-04 11:58:03 +00:00
2020-09-09 10:21:34 +00: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