Files
tendermint/p2p
Ismail Khoffi 5a7a97541b delete dummy mock, mockPeer, and use mock.Peer instead
* delete dummy mock and use mock mock instead:

 - this fixes the build/test/linter issues in #77
 - this replicates some of the changes of d2f3a306be
 (see https://github.com/tendermint/tendermint/pull/3487#discussion_r269620510)

* delete obsolete mockPeer (how often did we mock this?)
2019-04-02 15:38:50 -04:00
..
2019-02-11 16:31:34 +04:00
2019-04-01 21:21:34 -04:00
2019-01-22 13:23:18 -05:00
2018-07-01 22:36:49 -04:00
2018-07-01 22:36:49 -04:00
2019-04-01 21:21:34 -04:00
2019-04-01 21:21:34 -04:00
2019-04-01 21:21:34 -04:00
2019-01-11 17:41:02 -05:00
2019-04-01 21:21:34 -04:00
2019-04-01 21:21:34 -04:00
2019-04-01 21:21:34 -04:00
2019-01-28 16:13:17 +04: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