56.2. Creating a Socket: socket()
The socket() system call creates a new socket.
#include <sys/socket.h>
int socket(int domain, int type, int protocol);
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial