recv()

The socket call receives data on a connected socket.

Syntax

#include <types.h>
#include <sys\socket.h>
int recv(s, buf, len, flags)
int s;
char *buf;
int len;
int flags;

Parameters

s

buf len flags