Expand description
Unix-specific helpers.
Functionsยง
- enable_
uds_ socket_ credentials - Enables the
SO_PASSCREDoption on the given socket. - 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.