netinet/tcp.h - definitions for the Internet Transmission Control Protocol (TCP)
#include <netinet/tcp.h>
The <netinet/tcp.h> header shall define the following symbolic constant for use as a socket option at the IPPROTO_TCP level:
- TCP_NODELAY
- Avoid coalescing of small segments.
The implementation need not allow the value of the option to be set via setsockopt() or retrieved via getsockopt().
None.
None.
None.
XSH getsockopt, setsockopt
First released in Issue 6. Derived from the XNS, Issue 5.2 specification.
This reference page is clarified with respect to macros and symbolic constants.
return to top of page