Unix ___domain socket: Difference between revisions

Content deleted Content added
No edit summary
Line 1:
A '''Unix ___domain socket (UDS)''' or '''IPC socket''' (inter-procedure call socket) is a virtual socket, similar to an [[internet socket]] that is used in [[POSIX]] [[operating system]]s for [[inter-process communication]]. The correct standard POSIX term is '''POSIX Local IPC Sockets'''.
 
These connections appear as a [[byte stream]] network connection but go from the local computer to itself.