summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-01-07 06:10:37 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-01-07 06:10:37 +0000
commitcf1b88ff74b063efb21f89775d4a2c6eb58af8d0 (patch)
treec570eaa6af0d6c0b42009002b844c4484d18040b /lib/libc
parentb06e8b97a9045139fca41abe5a10685ac2d1d62d (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/accept.217
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2
index badb2b113b49..06b0664bc447 100644
--- a/lib/libc/sys/accept.2
+++ b/lib/libc/sys/accept.2
@@ -115,23 +115,6 @@ request and not implying confirmation.
Confirmation can be implied by a normal read or write on the new
file descriptor, and rejection can be implied by closing the
new socket.
-.Pp
-One can obtain user connection request data without confirming
-the connection by issuing a
-.Xr recvmsg 2
-call with an
-.Fa msg_iovlen
-of 0 and a non-zero
-.Fa msg_controllen ,
-or by issuing a
-.Xr getsockopt 2
-request.
-Similarly, one can provide user connection rejection information
-by issuing a
-.Xr sendmsg 2
-call providing only the control information,
-or by calling
-.Xr setsockopt 2 .
.Sh RETURN VALUES
The call returns \-1 on error. If it succeeds, it returns a non-negative
integer that is a descriptor for the accepted socket.