Files
tendermint/p2p
Thomas Corbière 2644a529f0 Fix lint errors (#1390)
* use increment and decrement operators.

* remove unnecessary else branches.

* fix package comment with leading space.

* fix receiver names.

* fix error strings.

* remove omittable code.

* remove redundant return statement.

* Revert changes (code is generated.)

* use cfg as receiver name for all config-related types.

* use lsi as the receiver name for the LastSignedInfo type.
2018-04-02 10:21:17 +02:00
..
2018-04-02 10:21:17 +02:00
2018-04-02 10:21:17 +02:00
2018-02-12 14:32:09 +04:00
2018-04-02 10:21:17 +02:00
2018-04-02 10:21:17 +02:00
2017-04-21 18:07:52 -04:00
2018-01-21 00:34:41 -05:00
2017-11-27 22:39:12 +00:00
2018-01-21 00:34:41 -05:00
2018-04-02 10:21:17 +02:00
2018-01-21 00:34:41 -05:00
2018-04-02 10:21:17 +02:00
2018-04-02 10:21:17 +02:00
2018-04-02 10:21:17 +02:00
2018-03-28 19:13:08 +02:00
2018-03-06 17:36:44 +01:00
2018-04-02 10:21:17 +02:00
2018-01-21 00:34:41 -05:00
2017-04-21 18:07:52 -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