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