KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
udp.h File Reference

Definitions for the User Datagram Protocol. More...

#include <sys/cdefs.h>

Go to the source code of this file.

Macros

#define UDP_NOCHECKSUM   25
 Don't calculate UDP checksums.
 

Detailed Description

Definitions for the User Datagram Protocol.

This file contains definitions related to the User Datagram Protocol (UDP). UDP is a connectionless datagram delivery protocol, which provides optional datagram integrity validation.

UDP is described in RFC 768.

Author
Lawrence Sebald