sockaddr_un.create

Creates the instance of sockaddr_un with the sun_path set and with the sin_family set to AF_UNIX.

struct sockaddr_un
static
create

Parameters

path cstring

path of the socket (can't be longer than 107 bytes)

Meta