Unix ___domain socket: Difference between revisions

Content deleted Content added
top: mention AF_UNIX
abbreviation commonly. used for ___domain sockets
Line 1:
{{short description|Socket for exchanging data between processes executing on the same OS; similar to an Internet socket, but all communication occurs within the same OS}}
A '''Unix ___domain socket aka UDS''' or '''IPC socket''' ([[inter-process communication]] socket) is a data [[Communication endpoint|communications endpoint]] for exchanging data between processes executing on the same host operating system. It is also referred to by its address family <code>AF_UNIX</code>. Valid socket types in the UNIX ___domain are:<ref name="man-unix-sockets">{{cite web
| url = http://man7.org/linux/man-pages/man7/unix.7.html
| date = 30 April 2018