Some checks are pending
docker-build-cometbft / vars (push) Waiting to run
docker-build-cometbft / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-cometbft / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-cometbft / merge-images (push) Blocked by required conditions
docker-build-e2e-node / vars (push) Waiting to run
docker-build-e2e-node / build-images (amd64, ubuntu-24.04) (push) Blocked by required conditions
docker-build-e2e-node / build-images (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
docker-build-e2e-node / merge-images (push) Blocked by required conditions
10 lines
483 B
Markdown
10 lines
483 B
Markdown
# p2p
|
|
|
|
The p2p package provides an abstraction around peer-to-peer communication.
|
|
|
|
Docs:
|
|
|
|
- [Connection](../spec/p2p/legacy-docs/connection.md) for details on how connections and multiplexing work
|
|
- [Peer](../spec/p2p/legacy-docs/node.md) for details on peer ID, handshakes, and peer exchange
|
|
- [Node](../spec/p2p/legacy-docs/node.md) for details about different types of nodes and how they should work
|
|
- [Config](../spec/p2p/legacy-docs/config.md) for details on some config option
|