Unix ___domain socket: Difference between revisions

Content deleted Content added
Add «See also»: Berkeley sockets
PGibbons (talk | contribs)
Link to kernel.org man pages because they're more up-to-date
Line 9:
 
== External links ==
*{{man|2|socketpair|Linux||create a pair of connected sockets}}
*{{man|2|sendmsg|Linux||send a message on a socket}}
*{{man|2|recvmsg|Linux||receive a message from a socket}}
*{{man|3|cmsg|Linux||socket ancillary data, including sending/receiving [[file descriptor]]s}}
*[http://untroubled.org/ucspi-unix/ ucspi-unix], UNIX-___domain socket client-server command-line tools
*[http://beej.us/guide/bgipc/output/html/multipage/unixsock.html unix ___domain sockets]