Netprog 2002 - Client/Server Issues
10
Connected mode UDP
lA UDP client can call connect(address, port) to establish the address of the server.
l“connect” is a misnomer:
–A UDP client using a connected mode socket can only talk to that server (using the connected-mode socket).