Content deleted Content added
m r2.7.1) (robot Adding: fr:Sockets du domaine UNIX |
Corrected "UNIX" to be spelled "Unix" throughout |
||
Line 2:
[[named pipe]]s, Unix ___domain sockets may be created as [[byte stream]]s or as [[datagram]] sequences, while pipes are byte streams only. Processes using Unix ___domain sockets do not need to share a common ancestry. The programmer's application interface (API) for Unix ___domain sockets is similar to that of an [[Internet socket]], but does not use an underlying network protocol for communication. The Unix ___domain socket facility is a standard component of [[POSIX]] [[operating system]]s.
In addition to sending data, processes may send [[file descriptor]]s across a Unix ___domain socket connection using the sendmsg() and recvmsg() system calls.
|