Create a datagram socket
This creates a SOCK_DGRAM (UDP type) socket.
a socket address for the server to connect to.
Returns the newly created socket.
ErrnoException if the connection fails. Also throws this if one of the system calls fails.
See Implementation
Create a datagram socket
This creates a SOCK_DGRAM (UDP type) socket.