Does the UDP checksum check the user data the udp sends and receives?
If I want to enable the udp checksum function,What should I do?
Hi Robin:
You can enable / disable UDP checksum with setsockopt function. Please refer to the section 7.1.148 , MQX RTCS user guide.
In my memory, the checksum includes user data
Have a great day,Daniel