Connected mode UDP
l
A 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).