Skip to main content

Module unix

Module unix 

Source
Expand description

Unix-specific helpers.

Functionsยง

enable_uds_socket_credentials
Enables the SO_PASSCRED option on the given socket.
socket_reuseport_supported
Returns true if SO_REUSEPORT is 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.