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