Maximum size of a single UDP packet is 64KiB. Thus, a message large than 64KiB must be split and sent on multiple packets. The following sequence diagram illustrates the process of sending these multiple packets.

TID is transaction ID
SendReq, SendAck, SendRead, DataPost, DataError, DataSuccess are packet types
TotalSequences is total packets of the data that will be sent
Sequence is the sequence number of payload as a subset of the data
SequencePayload is the payload a particular packet
MissingSequences is a list of sequences that have not received
Maximum size of a single UDP packet is 64KiB. Thus, a message large than 64KiB must be split and sent on multiple packets. The following sequence diagram illustrates the process of sending these multiple packets.
TIDis transaction IDSendReq, SendAck, SendRead, DataPost, DataError, DataSuccessare packet typesTotalSequencesis total packets of the data that will be sentSequenceis the sequence number of payload as a subset of the dataSequencePayloadis the payload a particular packetMissingSequencesis a list of sequences that have not received