| socket |
A socket provides an endpoint for a communication session. It is comprised of an IP address, a transport protocol, and a port address.
Ãâó: www.pragmasys.com/TelnetServer/WebHelp/html/Glossa...
|
|---|---|
| socket |
Addressable entities that are at either end of an Interprocess Communication connection. A socket is identified by a socket descriptor. A program can write data to and read data from a socket, just as it writes and reads data to and from files.
Ãâó: opensource.or.id/~dewa/References/Unix%20IPC/node1...
|