Anton Kaliaev 9962e598a0
reconnect to self-reported address if persistent peer is inbound (#2031)
* reconnect to self-reported address if persistent peer is inbound

* add a fixme
2018-07-23 21:15:08 +04:00
..
2018-07-01 22:36:49 -04:00
2018-07-01 22:36:49 -04:00
2018-07-01 22:36:49 -04:00
2018-07-01 22:36:49 -04:00
2018-07-01 22:36:49 -04:00
2018-07-02 13:04:34 -04:00
2018-07-02 12:46:02 -04:00
2018-07-01 22:36:49 -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