[][src]Module grubbnet::packet

Structs

Packet

Packet A header and a variable size body.

PacketHeader

PacketHeader The header included with every packet. Contains the packet body size and packet id.

Constants

MAX_PACKET_BODY_SIZE
MAX_PACKET_SIZE
PACKET_HEADER_SIZE

Traits

PacketBody

PacketBody Implementors of this trait can be serialized into a packet body.

Functions

deserialize_packet_header
serialize_packet