This commit is contained in:
aixianling
2024-12-13 13:41:02 +08:00
commit 06658f112f
3887 changed files with 2687822 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
GateServer =
{
--逻辑网关
{
--监听:客户端连接
LocalService =
{
ServerName = "BeiJiaan网关服",
Address = "0.0.0.0",
Port = 9901,
MaxSession = 8192,--网关中客户端连接池的最大连接数
SendThreadCount = 2,--数据发送线程池中工作线程数量
},
--连接:逻辑服务器
BackServer =
{
Host = "127.0.0.1",
Port = 23002
},
},
}