Description: Linux point under the UDP to achieve information transmission (from the client to write the content, sent to the server side, then returning back to the client server), you can visually understand network connection under linux
To Search:
- [UDP] - udp client under linux programming, send
- [Student_System] - Student information management system, t
File list (Check if you may need any files):
linux下简单UDP点对点数据传输\udpcli.c
............................\udpserv.c
linux下简单UDP点对点数据传输