send.2: Add EALREADY to ERRORS

From linux/v4.14-rc6/source/net/ipv4/tcp.c:

    if (tp->fastopen_req)
        return -EALREADY; /* Another Fast Open is in progress */

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Grégory Vander Schueren 2017-11-19 10:05:35 +01:00 committed by Michael Kerrisk
parent f2c2c3083f
commit b61f53a44e
1 changed files with 3 additions and 0 deletions

View File

@ -353,6 +353,9 @@ See the discussion of
in in
.BR ip (7). .BR ip (7).
.TP .TP
.B EALREADY
Another Fast Open is in progress.
.TP
.B EBADF .B EBADF
.I sockfd .I sockfd
is not a valid open file descriptor. is not a valid open file descriptor.