Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConf ¶
type AppConf struct {
AppName string // 服务名称
MaxPackSize int // 数据包最大长度
MaxConn int // 最大允许连接数
WorkerPoolSize int // 工作池容量
WorkerTaskMaxLen int // 每个工作队列可执行最大任务数量
MaxMsgChanLen int // 读写通道最大限度
MaxFlowSecond int // 每秒允许的最大请求数量
ProtocolIsJson bool // 是否使用json协议
ConnRWTimeOut int // 连接读写超时时间(秒)
ServerTCP ServerConf // tcp服务
ServerWS ServerConf // websocket服务
ServerHTTP ServerConf // http服务
ServerKCP ServerConf // http服务
}
Click to show internal directories.
Click to hide internal directories.