摘要: cmd_client.c 1 #include <stdio.h> 2 #include <sys/socket.h> 3 #include <netinet/in.h> 4 #include <arpa/inet.h> 5 #include <string.h> 6 #include <unist 阅读全文
posted @ 2024-09-18 17:11 tianxincode 阅读(48) 评论(0) 推荐(0)
摘要: cmd_server.c /*编译: gcc cmd_server.c -lpthread */ #include <stdio.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <s 阅读全文
posted @ 2024-09-18 17:07 tianxincode 阅读(49) 评论(0) 推荐(0)