agent: Correct maximum UDP data length
The maximum number of bytes in a UDP packet (ignoring problems like fragmentation and MTUs) is 65535 = 2^16-1 bytes, as the length field in the packet header is 16b wide.
Showing
Please register or sign in to comment