[][src]Module koibumi_core::packet

This module contains the packet type that is the unit of communication between Bitmessage nodes, and other types.

Structs

Checksum

A checksum of a Bitmessage packet.

Command

The type of a Bitmessage message.

Header

The header structure of Bitmessage packets.

Magic

A magic number of Bitmessage packets.

Packet

The unit of communication between Bitmessage nodes.

PayloadLength

A length of the payload of a Bitmessage packet.

Enums

CommandKind

Known types of Bitmessage messages.

PacketError

An error which can be returned when constructing a Bitmessage packet.

ParseCommandError

An error which can be returned when parsing a message type.

Type Definitions

Result

A specialized Result type for packet operations.