[][src]Module tftp_server::packet

Structs

DataBytes

A wrapper around the data that is to be sent in a TFTP DATA packet so that the data can be cloned and compared for equality.

PacketData

The byte representation of a packet. Because many packets can be smaller than the maximum packet size, it contains a length parameter so that the actual packet size can be determined.

Enums

ErrorCode
OpCode
Packet
PacketErr

Constants

MAX_DATA_SIZE
MAX_PACKET_SIZE
MODES

Type Definitions

Result