KallistiOS git master
Independent SDK for the Sega Dreamcast
|
TCP protocol level options More...
Macros | |
#define | TCP_NODELAY 1 |
Don't delay to coalesce. | |
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.
#define TCP_NODELAY 1 |
Don't delay to coalesce.