Unix ___domain socket

This is an old revision of this page, as edited by Jsmethers (talk | contribs) at 20:12, 16 April 2006 (cat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Unix ___domain socket or IPC socket (inter-procedure call socket) is a virtual socket, similar to an internet socket that is used in POSIX operating systems 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.