Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTcpGlobalConfig ¶
type HTcpGlobalConfig struct { TcpServer hiface.ITcpServer // 当前gf-plus的全局TcpServer对象 Host string // 当前服务器主机IP TcpPort int // 当前服务器主机监听端口号 Name string // 当前服务器名称 Version string // 版本号 MaxPacketSize int64 // 接收数据包的最大值 MaxPkgChanLen int64 // 发送消息的缓冲最大长度 MaxConn int // 当前服务器主机允许的最大连接个数 WorkerPoolSize int64 // 业务工作Worker池的数量 MaxWorkerTaskLen int64 // 业务工作Worker对应负责的任务队列最大任务存储数量 ConfFilePath string // 配置文件路径 }
HTcpGlobalConfig 全局配置
var GlobalHTcpObject *HTcpGlobalConfig
GlobalHTcpObject 定义一个全局的对象
Click to show internal directories.
Click to hide internal directories.