2010年12月27日

摘要: 本程序的通信是基于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)

导航