Skip to content

Commit bec1856

Browse files
committed
[robot] default test tcp gate
1 parent 3efdf60 commit bec1856

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

TODO.md

-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
* [accountcenter] 优化logger
2-
* [accountcenter] 返回数据也增加签名?
3-
* [tools] 增加脚本根据script/servers.dev.config生成gamesrv配置
4-
* 增加全局变量gg,所有全局变量都定义到这个命名空间?
5-
* [gamesrv] config db

gamesrv/src/app/config/nodes.config

-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
gamesrv_1 = "127.0.0.1:3301"
33
gamesrv_2 = "127.0.0.1:3302"
44
-- auto generate DO NOT EDIT!!!
5-
6-
warsrv_1 = "127.0.0.1:4301"

robot/app/config/robot.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include "common.config"
22

3-
gate_type = "kcp"
3+
gate_type = "tcp"
44
ip = "127.0.0.1"
5-
port = 8889
5+
port = 8888
66
debug_port = 6666

0 commit comments

Comments
 (0)