linux c UDP编程实现双向通信(学习记录)
linux c 编程学习记录程序说明:用linuxc网络编程的UDP套接字编程,实现内网中不同ip之间服务端和客户端的双向通信Service端:#include <unistd.h>#include <stdio.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#in