摘要: #include "ccnet.h"#include <sys/time.h>#include <sys/timeb.h>#include <sys/stat.h>#include <sys/param.h>#include <sys/types.h>#include <sys/shm.h>#inc 阅读全文
posted @ 2019-08-03 18:01 小菜77 阅读(1059) 评论(0) 推荐(0) 编辑
摘要: 网络编程学习模式,有select、poll、epoll等方式,测试使用三种方式来测试网络连接。 /* * * */ #ifndef _CCNET_H#define _CCNET_H #include <stdio.h>#include <stdlib.h>#include <string.h>#in 阅读全文
posted @ 2019-08-03 17:32 小菜77 阅读(239) 评论(0) 推荐(0) 编辑