19 Star 45 Fork 32

留天下/CM-Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commen.h 702 Bytes
一键复制 编辑 原始数据 按行查看 历史
留天下 提交于 2019-02-18 15:15 . net redo
#ifndef __COMMEN_H__
#define __COMMEN_H__
#include<iostream>
#include<unistd.h>
#include<netdb.h>
#include<sys/types.h>
#include<sys/fcntl.h>
#include<sys/socket.h>
#include<netinet/in.h>
#include<arpa/inet.h>
#include<string>
using namespace std;
#define DEFAULT_PORT 6036
#define MAX_LISTEN 100
#define MAX_BUFF 1024
#define MAX_SELECTNUM 512
#define MAX_POLLNUM 2048
#define DISCONN_FLAG 10001
#define NORMAL_FLAG 1002
#define ST_EPOLLNUMS 10 //epoll同时最大接受数
#define CONN_OVER "connected over"
#define UDP_CONN_MSG "<connected to server>"
#define UDP_CLOSE_MSG "<closed to server>"
enum emServerMode
{
SELECT_MODE,
POLL_MODE,
EPOLL_MODE,
};
#endif // __COMMEN_H__
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/lsylovews/CM-Server.git
git@gitee.com:lsylovews/CM-Server.git
lsylovews
CM-Server
CM-Server
master

搜索帮助