Ethan Buchman ef94a322b8
Make SecretConnection thread safe (#3111)
* p2p/conn: add failing tests

* p2p/conn: make SecretConnection thread safe

* changelog

* fix from review
2019-01-13 13:46:25 -05:00
..
2018-09-18 22:26:43 +02:00
2018-07-01 22:36:49 -04:00
2018-07-01 22:36:49 -04:00
2018-12-21 17:37:28 -05:00
2019-01-11 17:41:02 -05: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