[][src]Module solana::packet

The packet module defines data structures and methods to pull data from the network.

Structs

Blob
BlobData
Meta
Packet
Packets

Enums

BlobError

Constants

BLOB_DATA_ALIGN
BLOB_DATA_SIZE
BLOB_FLAG_IS_CODING
BLOB_FLAG_IS_LAST_IN_SLOT
BLOB_HEADER_SIZE
BLOB_SIZE
NUM_BLOBS
NUM_PACKETS
PACKETS_PER_BLOB
PACKET_DATA_SIZE

Maximum over-the-wire size of a Transaction 1280 is IPv6 minimum MTU 40 bytes is the size of the IPv6 header 8 bytes is the size of the fragment header

SIGNABLE_START

Functions

index_blobs
packets_to_blobs
to_blob
to_blobs
to_packets
to_packets_chunked
to_shared_blob
to_shared_blobs

Type Definitions

PacketsRecycler
SharedBlob
SharedBlobs