diff options
| author | lishu <[email protected]> | 2018-12-10 15:06:55 +0800 |
|---|---|---|
| committer | lishu <[email protected]> | 2018-12-10 15:06:55 +0800 |
| commit | 6fe3adca2b7ec88c11bb581c8a7fe5449e963d10 (patch) | |
| tree | 87e529818919a0b0c37b48b3d54ff148432195aa /bin | |
| parent | 1665395160274983bc16d7abaa23ea4a48fc4624 (diff) | |
1.修复UNIXsocket初始化导致日志报错的bug
2.将K_PROJECT的宏定义设置在makefile
3.功能修改:粗拼装接收建议的端口与发给前端的接口可以不一样
4.整理support目录
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/conf/main.conf | 3 | ||||
| -rw-r--r-- | bin/conf/main_k.conf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/bin/conf/main.conf b/bin/conf/main.conf index 481a578..0820712 100644 --- a/bin/conf/main.conf +++ b/bin/conf/main.conf @@ -13,7 +13,8 @@ BizmanPort=22082 BizmanAckPort=22084 #msg port:recv msg -MsgPort=22080 +CPZMsgPort=22080 +QDMsgPort=22080 #unix-domain socket file path ��send frag UnixSocketSendSrcAddr=/home/mesasoft/frag_rssb/un_send diff --git a/bin/conf/main_k.conf b/bin/conf/main_k.conf index b0af249..6e6f26a 100644 --- a/bin/conf/main_k.conf +++ b/bin/conf/main_k.conf @@ -13,7 +13,8 @@ BizmanPort=22082 BizmanAckPort=22084 #msg port:recv msg -MsgPort=22080 +CPZMsgPort=22080 +QDMsgPort=22080 #udp socket:send frag UdpSendIP=127.0.0.1;127.0.0.1; |
