Headers tcp.h(3HEAD)
NAME
tcp.h, tcp - definitions for the Internet Transmission Con-
trol Protocol (TCP)SYNOPSIS
#include
DESCRIPTION
The
header defines the following macro for use as a socket option at the IPPROTO_TCP level:
TCP_NODELAY Avoid coalescing of small segments.
The macro is defined in the header. The implementation neednot allow the value of the option to be set with set-
sockopt() or retrieved with getsockopt().ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| Standard | See standards(5). ||_____________________________|_____________________________|
SEE ALSO
getsockopt(3XNET), socket.h(3HEAD), attributes(5), stan-
dards(5)SunOS 5.11 Last change: 10 Sep 2004 1