TCP网络程序设计
摘要:11.7 创建套接字 11.7.1 函数名 socket 11.7.2 函数原形 int socket(int domain, int type, int protocol); 11.7.3 函数功能 用于创建套接字 11.7.4 所属头文件 #include <sys/types.h> /* Se
阅读全文
posted @ 2017-04-03 22:50
posted @ 2017-04-03 22:50
posted @ 2017-01-10 11:29