Unix ___domain socket: Difference between revisions

Content deleted Content added
Line 7:
==External links==
 
*[http://www.die.net/doc/linux/{{man/man2/socketpair.|2.html |socketpair(2) man page]: ||create a pair of connected sockets}}
*{{man|2|sendmsg||send a message on a socket}}
*[http://www.die.net/doc/linux/man/man2/sendmsg.2.html sendmsg(2) man page]
*{{man|2|recvmsg||receive a message from a socket}}
*[http://www.die.net/doc/linux/man/man2/recvmsg.2.html recvmsg(2) man page]
*[http://www.die.net/doc/linux/{{man/man3/cmsg.|3.html |cmsg(3) man page]: ||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://www.ecst.csuchico.edu/~beej/guide/ipc/usock.html unix ___domain sockets]