Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Socket addressing

&pagelevel(3)&pagelevel

A socket is created initially without a name or address. You then have to use the bind() function to assign the socket a name (address) according to its address family (see "Assigning a name to a socket") so that processes can address it. You can then receive messages over the socket.