IODP-UXSTREAM - IODP for unix domain stream sockets
This text documents the unix domain stream socket specific parts of the
input/output descriptors protocol.
- IODP_n_PROTO
-
will be set to UXSTREAM.
- IODP_n_LOCALNAME
-
will be set to the path to the socket, if known, and will be
unset otherwise.
- IODP_n_REMOTENAME
-
will be set to the path to the socket, if the socket is connected
and the name the other side of the socket has connected to is known,
and will be unset otherwise.
- IODP_n_LISTEN
-
may be set to a numerical value describing the backlog argument
given to the listen system call if the socket is in
listen state. It will be unset if the value is not known
or the socket is in a different state.
The IODP specification iodp(5).