# Packages
No description provided by the author
# Functions
Deprecated: use github.com/ipfs/go-libipfs/bitswap/message.BlockPresenceSize instead.
FromPBReader generates a new Bitswap message from a gogo-protobuf reader Deprecated: use github.com/ipfs/go-libipfs/bitswap/message.FromMsgReader instead.
FromNet generates a new BitswapMessage from incoming data on an io.Reader.
New returns a new, empty bitswap message Deprecated: use github.com/ipfs/go-libipfs/bitswap/message.New instead.
# Variables
Deprecated: use github.com/ipfs/go-libipfs/bitswap/message.MaxEntrySize instead.
# Type aliases
BitSwapMessage is the basic interface for interacting building, encoding, and decoding messages sent on the BitSwap protocol.
BlockPresence represents a HAVE / DONT_HAVE for a given Cid Deprecated: use github.com/ipfs/go-libipfs/bitswap/message.BlockPresence instead.
Entry is a wantlist entry in a Bitswap message, with flags indicating - whether message is a cancel - whether requester wants a DONT_HAVE message - whether requester wants a HAVE message (instead of the block) Deprecated: use github.com/ipfs/go-libipfs/bitswap/message.Entry instead.
Exportable is an interface for structures than can be encoded in a bitswap protobuf.