c tcp sockt server client -- demo
摘要:
server.c // // Created by gxf on 2020/2/6. // #include <sys/socket.h> #include <netinet/in.h> #include <string.h> #include <stdio.h> #include <unistd. 阅读全文
posted @ 2020-02-06 23:36 luckygxf 阅读(426) 评论(0) 推荐(0) 编辑