Expand description
A download stream that handles gossiped blocks from peers.
Structs§
- Downloads
- Manages download and verification of blocks gossiped to this peer.
Enums§
- Download
Action - The action taken in response to a peer’s gossiped block hash.
Constants§
- MAX_
INBOUND_ CONCURRENCY - The maximum number of concurrent inbound download and verify tasks. Also used as the maximum lookahead limit, before block verification.
Type Aliases§
- BoxError 🔒