IODP-UXSTREAM - IODP for unix domain datagram sockets
This text documents the unix domain datagram 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_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).