Unix domain socket
Sign in to saveAlso known as AF_UNIX address family, unix socket
socket for exchanging data between processes executing on the same OS; similar to an Internet socket, but all communication occurs within the same OS
Also known as AF_UNIX address family, unix socket
socket for exchanging data between processes executing on the same OS; similar to an Internet socket, but all communication occurs within the same OS