摘要: 套接字类型与协议设置 创建套接字 #include <sys/socket.h> /* 成功时返回文件描述符,失败时返回-1 */ int socket(int domain, int type, int protocol); 协议族(Protocol Family) **PF_INET:**IPV 阅读全文
posted @ 2020-12-02 13:28 CofJus 阅读(58) 评论(0) 推荐(0) 编辑