摘要:
本程序的通信是基于UDP协议的传输实现服务器端:server.h/*********************************** * server.h * * the header files and functions * ***********************************/#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <stdio.h> #include <errno.h> #include 阅读全文
posted @ 2010-12-27 15:16
yming0221
阅读(327)
评论(0)
推荐(0)

浙公网安备 33010602011771号