Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The recv() and send() system calls perform I/O on connected sockets. They provide socket-specific functionality that is not available with the traditional read() and write() system calls.
#include <sys/socket.h> ssize_t recv(int sockfd, void *buffer, size_t length, int flags);