Marko 8a282a5fee replace errors.go with github.com/pkg/errors (2/2) (#3890)
* init of (2/2) common errors

* Remove instances of cmn.Error (2/2)

- Replace usage of cmnError and errorWrap
- ref #3862

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* comment wording

* simplify IsErrXXX functions

* log panic along with stopping the MConnection
2019-08-11 21:03:40 +04:00
..
2019-07-30 18:13:35 +04:00
2019-07-31 11:34:17 +02:00
2019-07-23 15:35:36 +02:00
2019-01-22 13:23:18 -05:00
2019-04-03 11:22:52 +02:00
2019-08-02 10:53:52 +04:00
2018-07-01 22:36:49 -04:00
2019-08-02 10:53:52 +04:00
2019-08-02 10:53:52 +04:00
2019-01-11 17:41:02 -05:00
2019-07-25 09:35:30 +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