代码拉取完成,页面将自动刷新
//
// Created by cheng on 23-9-5.
//
#ifndef WEBPROJECT_CONFIG_H
#define WEBPROJECT_CONFIG_H
#include "webserver.h"
using namespace std;
class Config
{
public:
Config();
~Config(){};
void parse_arg(int argc,char *argv[]);
//! 端口号
int PORT;
//! 日志写入方式,同步|异步
int LOGWrite;
//! //! 触发组合模式 listenfd和connfd的触发模式
int TRIGMode;
//! listenfd触发模式
int LISTENTrigmode;
//! connfd触发模式
int CONNTrigmode;
//! 是否马上关闭socket,还是等待未发送的数据发送完之后关闭
int OPT_LINGER;
//! 数据库连接池数量
int sql_num;
//! 线程池数量
int thread_num;
//! 是否关闭日志
int close_log;
//! 并发模型选择 0表示reactor,1表示proactor
int actor_model;
};
#endif //WEBPROJECT_CONFIG_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。