 | | When using datagram-based sockets, the server does not call listen or accept, and the client (generally) does not call connect. Thus, there is no way for the operating system to automatically figure out where data on these sockets is to be sent. Instead, the sender must tell the operating system each time where to deliver the data, and the receiver must ask where it came from. To do this, two other functions are defined: | |
|