Socket Addresses

Sockets can be named with an address so that processes can connect to them. The sockets layer treats an address as an opaque object. Applications supply and receive addresses as tagged, variable-length byte strings. A sockaddr data structure can be used as a template for referring to the identifying tag of each socket address.

Topics


[Back: Routing Domain Properties]
[Next: Socket Address Data Structures]