1tcp.h(3HEAD)                        Headers                       tcp.h(3HEAD)
2
3
4

NAME

6       tcp.h, tcp - definitions for the Internet Transmission Control Protocol
7       (TCP)
8

SYNOPSIS

10       #include <netinet/tcp.h>
11
12

DESCRIPTION

14       The <netinet/tcp.h> header defines the following macro  for  use  as  a
15       socket option at the IPPROTO_TCP level:
16
17       TCP_NODELAY    Avoid coalescing of small segments.
18
19
20
21       The  macro  is defined in the header. The implementation need not allow
22       the value of the option to be set with setsockopt() or  retrieved  with
23       getsockopt().
24

ATTRIBUTES

26       See attributes(5) for descriptions of the following attributes:
27
28
29
30
31       ┌─────────────────────────────┬─────────────────────────────┐
32       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
33       ├─────────────────────────────┼─────────────────────────────┤
34       │Interface Stability          │Standard                     │
35       └─────────────────────────────┴─────────────────────────────┘
36

SEE ALSO

38       getsockopt(3XNET), socket.h(3HEAD), attributes(5), standards(5)
39
40
41
42SunOS 5.11                        10 Sep 2004                     tcp.h(3HEAD)
Impressum