UDP data
Randi <[email protected]> Thu, 10 Feb 2011 10:41:02 +0700
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <1297309262.2205.14.camel@godart> |
Hi All, Since UDP socket is not reliable, what the common way in user level to check UDP communication's data for error (eg. malformed, corrupted, etc.)? is the checksum field in the UDP header (struct udphdr) intended to this problem? Randi