From the UDP encapsulation format, the source port and destination port each occupy 16 bits. The datagram length bit occupies 16 bits.
This datagram length represents the datagram Length, including header and data area, in bytes, the minimum value is 8, which is the length when there is no data.
2^16=65536. Therefore, the maximum datagram length of UDO is 65536 words section.