Files
tendermint/p2p
Alessio Treglia 77d7328bc6 p2p/pex: fix flaky tests (#5733)
*testing.T.TempDir() causes test cases to fail when
it is unable to remove the temporary directory once
the test case execution terminates. This seems to
happen often with pex reactor test cases.
2020-12-02 13:47:59 +00:00
..
2020-09-07 15:03:18 +00:00
2020-10-08 19:12:12 +02:00
2020-12-02 13:47:59 +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