Crate libp2p_bitswap

Source
Expand description

Bitswap protocol implementation

Structs§

Bitswap
Network behaviour that handles sending and receiving blocks.
BitswapConfig
Bitswap configuration.
BitswapRequest
A request sent to another peer.
QueryId
Query id.

Enums§

BitswapEvent
Event emitted by the bitswap behaviour.
BitswapResponse
Response to a BitswapRequest

Traits§

BitswapStore
Trait implemented by a block store.

Type Aliases§

Channel
Bitswap response channel.