First page Back Continue Last page Summary Graphic
RECVFROM
recvfrom(s, buffer, len, flags, from,fromlen)
Gets the next message that arrives at a socket and records the senders address.
Returns the number of bytes in the message, or -1 in case of error.