Module polkadot_node_network_protocol::request_response::incoming [−][src]
Expand description
Everything related to handling of incoming requests.
Structs
A request coming in, including a sender for sending responses.
Receiver for incoming requests.
Typed variant of netconfig::OutgoingResponse
.
Sender for sending back responses on an IncomingRequest
.
Enums
Errors that happen during reception/decoding of incoming requests.
Fatal errors when receiving incoming requests.
Non-fatal errors when receiving incoming requests.
Type Definitions
General result based on above Error
.