socket
#include <sys/socket.h> sockfd = socket(int socket_family, int socket_type, int protocol);
#include <sys/socket.h>
sockfd = socket(int socket_family, int socket_type, int protocol);
= socket(int
, int
);