Wrapper for connection oriented datagram sockets.
draws a new client connection from a listening socket
send an entire object
Create a stream socket and connect, as client, to the address supplied
Create a datagram stream socket and bind, as a listening server, to the address supplied
See Implementation
Wrapper for connection oriented datagram sockets.