Remove mention of SOCK_RDM from this page, since this socket

type does not support accept()ing connections.
This commit is contained in:
Michael Kerrisk 2006-04-18 07:39:12 +00:00
parent d3fdafe7a0
commit 601dff4a19
1 changed files with 1 additions and 3 deletions

View File

@ -50,9 +50,7 @@ The
.BR accept ()
system call is used with connection-based socket types
.RB ( SOCK_STREAM ,
.B SOCK_SEQPACKET
and
.BR SOCK_RDM ).
.BR SOCK_SEQPACKET )
It extracts the first connection request on the queue of pending
connections, creates a new connected socket, and returns a new file
descriptor referring to that socket.