SPRUII0F May 2019 – June 2024 TMS320F28384D , TMS320F28384D-Q1 , TMS320F28384S , TMS320F28384S-Q1 , TMS320F28386D , TMS320F28386D-Q1 , TMS320F28386S , TMS320F28386S-Q1 , TMS320F28388D , TMS320F28388S
Table 43-28 shows the differences between UDP packet fragmentation and UDP segmentation.
Segmentation | Fragmentation |
---|---|
The UDP header is replicated for each segment. The length field in the UDP header is updated for each segment. | The UDP header is not updated; however, checksum field in the UDP header is updated. |
MSS field indicates the size of the maximum segment after the L4 (TCP/UDP) header. | MFS field indicates the size of the fragment after the L3 (IPv4) header. |
The TCP packet is broken down into multiple chunks by keeping the L2 + L3 + L4 header. | The UDP packet is broken down into multiple chunks by keeping the L2 + L3 header. |