netinet/tcp.h - definitions for the Internet Transmission Control Protocol (TCP)
#include <netinet/tcp.h>
The <netinet/tcp.h> header shall define the following macro for use as a socket option at the IPPROTO_TCP level:
- TCP_NODELAY
- Avoid coalescing of small segments.
The macro shall be defined in the header. The implementation need not allow the value of the option to be set via setsockopt() or retrieved via getsockopt().
None.
None.
None.
<sys/socket.h>, the System Interfaces volume of IEEE Std 1003.1-2001, getsockopt(), setsockopt()
First released in Issue 6. Derived from the XNS, Issue 5.2 specification.