First page Back Continue Last page Summary Graphic
RECV
recv( s, buffer, len, flags )
gets the next incoming message from a socket.
Flags Control bits that specify whether to receive out-of-band data and whether to look ahead for messages.
Returns the number of bytes in the message, or -1 in case of error.