diff options
Diffstat (limited to 'man7/tcp.7')
| -rw-r--r-- | man7/tcp.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/tcp.7 b/man7/tcp.7 index 1adfaba4dc..7823669744 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -52,9 +52,9 @@ socket for each incoming connection can be accepted using .BR accept (2). A socket which has had -.BR accept () +.BR accept (2) or -.BR connect () +.BR connect (2) successfully called on it is fully specified and may transmit data. Data cannot be transmitted on listening or @@ -105,9 +105,9 @@ kernel structures, and the sysctl variables reflect the larger sizes compared to the actual TCP windows. On individual connections, the socket buffer size must be set prior to the -.BR listen () +.BR listen (2) or -.BR connect () +.BR connect (2) calls in order to have it take effect. See .BR socket (7) @@ -887,7 +887,7 @@ IPv6 is not described. .\" or put into a separate page. .SH VERSIONS Support for Explicit Congestion Notification, zero-copy -.BR sendfile (), +.BR sendfile (2), reordering support and some SACK extensions (DSACK) were introduced in 2.4. Support for forward acknowledgement (FACK), TIME_WAIT recycling, |
