Module downloads

Source
Expand description

A download stream that handles gossiped blocks from peers.

Structs§

Downloads
Manages download and verification of blocks gossiped to this peer.

Enums§

DownloadAction
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 🔒