DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Interprocess communication using UNIX domain sockets

Socket creation errors (UNIX domain)


EPROTONOSUPPORT
The protocol type or the specified protocol is not supported within this domain.

EMFILE
The per-process descriptor table is full.

ENFILE
The system file table is full.

EACCESS
Permission to create a socket of the specified type and/or protocol is denied.

ENOBUFS
Insufficient buffer space is available. The socket cannot be created until sufficient resources are freed.
If a connection fails at any time, the socket cannot be re-used; it must be closed and a new socket created.
Next topic: Binding socket names (UNIX domain)
Previous topic: Creating a socket (UNIX domain)

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003