Unix ___domain socket: Difference between revisions

Content deleted Content added
Jsmethers (talk | contribs)
m cat
PGibbons (talk | contribs)
No edit summary
Line 2:
 
These connections appear as a [[byte stream]] network connection but go from the local computer to itself.
 
In addition to sending data, processes can send [[file descriptor]]s across a Unix ___domain socket connection using the [[sendmsg]]() and [[recvmsg]]() system calls.
 
[[Category:Unix]]