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. After creating a socket, you will have to use the bind() function to assign the socket a name (address) according to its address family (see the section “Assigning a name to a socket”) so that tasks can address it. You can then receive messages via the socket.