摘要: #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> int accept(int sockfd, struct sockaddr *addr, socklen_t *addrlen); #define _GNU_SOURCE 阅读全文
posted @ 2021-06-22 23:15 suntus 阅读(31) 评论(0) 推荐(0) 编辑