Expand description
Unix-specific helpers.
Functionsยง
- enable_
uds_ socket_ credentials - Enables the
SO_PASSCREDoption on the given socket. - ensure_
unix_ socket_ free - Ensures that the given path is read for use as a UNIX socket.
- set_
unix_ socket_ write_ only - Sets the UNIX socket at the given path to be write-only by non-owners.
- socket_
reuseport_ supported - Returns
trueifSO_REUSEPORTis supported for UDP sockets on the current platform. - uds_
sendmsg_ with_ creds - Sends data to the Unix domain socket.
- unix_
recvmsg - Receives data from the Unix domain socket.
- unixgram_
recvmsg - Receives data from the Unix domain socket.