摘要: ---恢复内容开始---#include #include #include #include #include #include #include #include #include #include #include #include #include #define TIME_SIZE 16 // 表示时间的字符串长度 #define IP_SIZE 16 // IP 字符串长度 #define BUF_SIZE 256 // 缓冲区大小 #define CLIENT_SIZE 8 // 允许的客户端数量 #define BACKLOG CLIENT_SIZE // listen... 阅读全文
posted @ 2013-10-16 12:24 wangxiangshang 阅读(302) 评论(0) 推荐(0) 编辑