摘要: 创建 socket #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int socket(int domain, int type, int protocol); domain:使用哪个协议簇,PF_UNIX: UNIX本 阅读全文
posted @ 2021-02-28 16:24 Vzf 阅读(356) 评论(0) 推荐(0) 编辑