You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
620 B

9 years ago
8 years ago
9 years ago
  1. # p2p
  2. The p2p package provides an abstraction around peer-to-peer communication.
  3. Docs:
  4. - [Connection](../docs/specification/new-spec/p2p/connection.md) for details on how connections and multiplexing work
  5. - [Peer](../docs/specification/new-spec/p2p/peer.md) for details on peer ID, handshakes, and peer exchange
  6. - [Node](../docs/specification/new-spec/p2p/node.md) for details about different types of nodes and how they should work
  7. - [Pex](../docs/specification/new-spec/p2p/pex.md) for details on peer discovery and exchange
  8. - [Config](../docs/specification/new-spec/p2p/config.md) for details on some config option