Skip to main content

Module block_transfer

Module block_transfer 

Source
Expand description

Streaming block transfer management with chunked, resumable transfers.

Provides StreamingBlockTransfer for managing chunked, resumable block transfers between peers with progress tracking and checksum verification.

Structs§

BlockTransfer
A single block transfer between the local node and a remote peer.
StreamingBlockTransfer
Manager for chunked, resumable block transfers between peers.
TransferChunk
A single chunk of data in a block transfer.
TransferManagerStats
Aggregated statistics for all transfers managed by a StreamingBlockTransfer.

Enums§

TransferDirection
Direction of a block transfer.
TransferState
Lifecycle state of a BlockTransfer.