Skip to content

Commit ed12fff

Browse files
committed
update:ModuleProtocol_Packet_ForwardList added new field
update:configure file
1 parent 19b98a7 commit ed12fff

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

XEngine_Docment/Docment_en.docx

1.68 KB
Binary file not shown.

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,20 @@
1414
"nTimeCheck": 3,
1515
"nSocksTimeOut": 5,
1616
"nTunnelTimeOut": 5,
17-
"nForwardTimeOut": 5
17+
"nForwardTimeOut": 0
1818
},
1919
"XLog": {
2020
"MaxSize": 1024000,
2121
"MaxCount": 10,
2222
"LogLeave": 32,
23-
"tszLogFile": "./XEngine_Log/XEngine_ServiceApp.log"
23+
"tszLogFile": "./XEngine_Log/XEngine_ProxyServiceApp.log"
2424
},
2525
"XAuth": {
2626
"bAuth": 0,
2727
"tszAuthFile": "./XEngine_Config/UserList.txt"
2828
},
2929
"XVer": [
30+
"1.6.0.1001 Build20230817",
3031
"1.5.1.1001 Build20230426",
3132
"1.5.0.1001 Build20230202",
3233
"1.4.0.1001 Build20221111",

XEngine_Source/XEngine_ModuleProtocol/ModuleProtocol_Packet/ModuleProtocol_Packet.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ bool CModuleProtocol_Packet::ModuleProtocol_Packet_ForwardList(XCHAR* ptszMsgBuf
7272
{
7373
Json::Value st_JsonObject;
7474
Json::Value st_JsonSub;
75+
st_JsonObject["bForward"] = (*pppSt_ListUser)[i]->bForward;
7576
st_JsonObject["tszSrcAddr"] = (*pppSt_ListUser)[i]->tszSrcAddr;
7677
st_JsonObject["tszDstAddr"] = (*pppSt_ListUser)[i]->tszDstAddr;
7778

0 commit comments

Comments
 (0)