recv data from a connected socket
Can be used on unconnected sockets as well, but then it is not possible to know who the sender was.
the buffer range to send
flags argument as defined for the standard socket recv
how long to wait for data
The number of bytes actually received
May throw an ErrnoException in case of error
Will throw TimeoutExpired if the timeout expired
See Implementation
recv data from a connected socket
Can be used on unconnected sockets as well, but then it is not possible to know who the sender was.