Files
tendermint/p2p
Dev Ojha b84f788f36 Switch ports 466xx to 266xx (#1735)
* Switch ports 466xx to be 266xx
This is done so the default ports aren't in the linux kernel's default ephemeral port range.

* Update ABCI import

* Bump cache on circleci

* Get more verbose output for debugging

* Bump abci dependency

* Fix accidental change of a block header's hash

* pin abci release
2018-06-12 13:25:52 +04:00
..
2018-05-16 19:21:12 +02:00
2018-06-06 20:45:20 -07:00
2018-05-16 19:21:12 +02:00
2018-06-05 02:07:56 +02:00
2018-04-10 16:03:51 +02:00
2018-04-28 15:19:33 -04:00
2018-06-07 01:09:13 +02:00
2018-05-23 10:01:32 -04:00
2018-06-07 01:09:13 +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