UNIX网络编程卷一:4 基本套接字编程

1、socket函数        #include <sys/types.h>          /* See NOTES */        #include <sys/socket.h>        int socket(int domain, int type, int protocol); domain参数指明协议族,该参数也往往被称为协议域 type      参数指明套接字类型 p
相关文章
相关标签/搜索