KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Options

TCP protocol level options. More...

Macros

#define TCP_NODELAY   1
 Don't delay to coalesce.
 

Detailed Description

TCP protocol level options.

These are the various socket-level options that can be accessed with the setsockopt() and getsockopt() functions for the IPPROTO_TCP level value.

All options listed here are at least guaranteed to be accepted by setsockopt() and getsockopt() for IPPROTO_TCP, however they are not guaranteed to be implemented in any meaningful way.

See also
Options
Options
Options
UDP Options
UDP-Lite Options

Macro Definition Documentation

◆ TCP_NODELAY

#define TCP_NODELAY   1

Don't delay to coalesce.