COHERENT help

This page displays the COHERENT help information for recv.

Listing of available help pages


recv() -- Receive a message from a connected socket

#include <sys/types.h>
#include <sys/socket.h>
int recv(socket, buffer, length, flags)
int socket;
char *buffer;
int length, flags;