socket(建立一个socket通信) 相关函数 accept,bind,connect,listen 表头文件 #include #include 定义函数 int socket(int domain,int type,int protocol); 函数说明