We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf95d7 commit d9281f3Copy full SHA for d9281f3
2 files changed
CHANGELOG
@@ -1,3 +1,13 @@
1
+XEngine_Storage V3.9.1.1001
2
+
3
+修改:p2p广播的每个请求都可以被区分了
4
+修改:匹配XEngine V7.45版本
5
+修正:编译警告
6
7
+modify:p2p broadcast request can be distinguished
8
+modify:match xengine v7.45
9
+fixed:build warn
10
+======================================================================================
11
XEngine_Storage V3.9.0.1001
12
13
添加:用户支持单独限速模式了
XEngine_Release/XEngine_Config/XEngine_Config.json
@@ -56,8 +56,8 @@
56
},
57
"XP2xp":{
58
"nTime":2,
59
- "nSDPort":15000,
60
- "nRVPort":15001
+ "nRVPort":15000,
+ "nSDPort":15001
61
62
"XCert":{
63
"bDLEnable":0,
@@ -68,6 +68,7 @@
68
"tszCertKey":"./XEngine_Cert/2_www.xyry.org.key"
69
70
"XVer":[
71
+ "3.9.1.1001 Build20221227",
72
"3.9.0.1001 Build20221028",
73
"3.8.0.1001 Build20220727",
74
"3.7.0.1001 Build20220624",
0 commit comments