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