摘要: 服务器端: 1: #include <stdio.h> 2: #include <stdlib.h> 3: #include <sys/socket.h> 4: #include <netinet/in.h> 5: #include <arpa/inet.h> 6: #include <string.h> 7: #include <sys/time.h> 8: #include <sys/types.h> 9: #include <unistd.h> 10: 11: typedef st 阅读全文
posted @ 2013-03-15 20:51 摩斯电码 阅读(1063) 评论(0) 推荐(0) 编辑
摘要: 服务器端: 1: /* 2: * ===================================================================================== 3: * 4: * Filename: server.c 5: * 6: * Description: tcp 7: * 8: * Version: 1.0 9: * Created: 03/11/2013 02:34:43 PM 10: * Revi... 阅读全文
posted @ 2013-03-15 18:51 摩斯电码 阅读(433) 评论(0) 推荐(0) 编辑