Expand description
Defines how to decode generic messages as well as implementing the
common network messages that are sent between nodes as described
by the protocol
submodule.
Implements a type called Packet
which is the base message type.
Packets are converted into messages and passed to an event loop.
Structs§
- Sends address information to inbound connection.
- Requests address of outbound connecction.
- Outbound keepalive message.
- Inbound keepalive message.
- Generic serialized message template.
- Sends version information to inbound connection. Response to
VersionMessage
. - Requests version information of outbound connection.
Traits§
- Generic message template.