初始化
This commit is contained in:
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 16
|
# Visual Studio Version 16
|
||||||
VisualStudioVersion = 16.0.30225.117
|
VisualStudioVersion = 16.0.30225.117
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Linux_Hello", "Linux_Hello\Linux_Hello.vcxproj", "{633A4A3D-0075-4DA6-8DE8-0E906288D07B}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LFtid1056", "LFtid1056\LFtid1056.vcxproj", "{633A4A3D-0075-4DA6-8DE8-0E906288D07B}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
// 配置参数
|
// 配置参数
|
||||||
#define INITIAL_DATA_SIZE 128 // 初始数据0.1KB
|
#define INITIAL_DATA_SIZE 128 // 初始数据0.1KB
|
||||||
#define CONNECTIONS 2 // 并发连接数 设备连接数
|
#define CONNECTIONS 5 // 并发连接数 设备连接数
|
||||||
#define SERVER_IP "101.132.39.45" // 目标服务器IP 阿里云服务器 "101.132.39.45""172.27.208.1"
|
#define SERVER_IP "101.132.39.45" // 目标服务器IP 阿里云服务器 "101.132.39.45""172.27.208.1"
|
||||||
#define SERVER_PORT 1056 // 目标服务器端口
|
#define SERVER_PORT 1056 // 目标服务器端口
|
||||||
#define BASE_RECONNECT_DELAY 5000 // 基础重连延迟(ms)
|
#define BASE_RECONNECT_DELAY 5000 // 基础重连延迟(ms)
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user