-
Unix domain socket
A Unix domain socket or IPC socket(inter-process communication socket) is a data communication endpoint for exchanging data between processes executing on the same host OS.
Valid socket types in the UNIX domain are:
sock_stream
: for a stream-oriented socketsock_dgram
: for a datagram-oriented socketsock_seqpacket
: for a sequenced-packet socket that is connection-oriented
-
Communication endpoint
A communication endpoint is a type of communication network node.
理解Unix Stream Socket
最新推荐文章于 2025-04-11 09:38:16 发布