- 博客(1)
- 收藏
- 关注
原创 SOCKET连接——server和client简单通信实例
源码及注释: #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <unistd.h> #include <arpa/inet.h> #include <string.h> /* TCP服务器 接收客户端发送的消息并打印 */ int main(int argc, const char *argv[]) { //create socke
2022-03-10 08:48:05
1324
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人