摘要: UDP客户端 #include <stdio.h> #include <string.h> #include <sys/types.h> #include <unistd.h> #include <arpa/inet.h> #include <ctype.h> #include <time.h> # 阅读全文
posted @ 2021-08-02 20:45 李道臣 阅读(1216) 评论(0) 推荐(0) 编辑
摘要: wrap.h #ifndef __WRAP_H_ #define __WRAP_H_ #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <errno.h> #include <sys/socket.h> void 阅读全文
posted @ 2021-08-02 20:38 李道臣 阅读(298) 评论(0) 推荐(0) 编辑