Loading...
Select Version
&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.