#include <netinet/udp.h>
netinet/udp.h
structudphdr
Udp protocol header.
Per RFC 768, September, 1981.
| u_short | uh_sport | source port |
| u_short | uh_dport | destination port |
| u_short | uh_ulen | udp length |
| u_short | uh_sum | udp checksum |
macroUDP_NOCKSUM
User-settable options (used with setsockopt).
#define UDP_NOCKSUM 0x01
don't checksum outbound payloads