Query: tcp
OS: posix
Section: 3head
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tcp.h(3HEAD) Headers tcp.h(3HEAD)NAMEtcp.h, tcp - definitions for the Internet Transmission Control Protocol (TCP)SYNOPSIS#include <netinet/tcp.h>DESCRIPTIONThe <netinet/tcp.h> 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 need not allow the value of the option to be set with setsockopt() or retrieved with getsockopt().ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOgetsockopt(3XNET), socket.h(3HEAD), attributes(5), standards(5) SunOS 5.10 10 Sep 2004 tcp.h(3HEAD)
Related Man Pages |
---|
tcp(3head) - opensolaris |
tcp.h(3head) - opensolaris |
tcp(3head) - minix |
tcp(3head) - xfree86 |
tcp.h(3head) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Using TCP_KEEPALIVE |
close existing tcp connection in C |
POSIX Socket Programming Header Files |
To get tcp header alone in log |
Read and write to tcp socket |