# Packages
No description provided by the author
No description provided by the author
Package responseassembler assembles responses that are queued for sending in outgoing messages
The response assembler's Transaction method allows a caller to specify response actions that will go into a single
libp2p2 message.
# Functions
New creates a new response manager for responding to requests.
# Structs
ResponseManager handles incoming requests from the network, initiates selector traversals, and transmits responses.
# Interfaces
BlockSentListeners is an interface for notifying listeners that of a block send occuring over the wire.
CancelledListeners is an interface for notifying listeners that requestor cancelled.
CompletedListeners is an interface for notifying listeners that responses are complete.
NetworkErrorListeners is an interface for notifying listeners that an error occurred sending a data on the wire.
RequestCloser can cancel request on a network error.
RequestHooks is an interface for processing request hooks.
RequestQueuedHooks is an interface for processing request queued hooks.
ResponseAssembler is an interface that returns sender interfaces for peer responses.
UpdateHooks is an interface for processing update hooks.