Skip to content

Handle multi UDP-packets message #8

Description

@herry13

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.

sequence-diagram

  • 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions