Skip to content

Commit

Permalink
20210515
Browse files Browse the repository at this point in the history
  • Loading branch information
ldcsaa committed May 14, 2021
1 parent 8749237 commit eef4b21
Show file tree
Hide file tree
Showing 219 changed files with 1,020 additions and 362 deletions.
19 changes: 17 additions & 2 deletions Linux/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
==========================================================================================
v5.8.3 Update:
==========================================================================================

> Major Upadate
-----------------
1. Bug fix: Deadlock may occur when ARQ UDP components send data.
2. HP socket for NDK compilation script does not introduce mimalloc by default.

> Third-party library Upadate
-----------------
1. mimalloc upgrade to version 1.7.1.
2. llhttp upgrade to version 6.0.2.
3. openssl upgrade to version 1.1.1k.

==========================================================================================
v5.8.2 Update:
==========================================================================================

Expand All @@ -11,7 +26,7 @@ v5.8.2 Update:
-----------------
1. mimalloc upgrade to version 1.7.0.
2. llhttp upgrade to version 4.0.0.
2. openssl upgrade to version 1.1.1j.
3. openssl upgrade to version 1.1.1j.

==========================================================================================
v5.8.1 Update:
Expand All @@ -21,7 +36,7 @@ v5.8.1 Update:
-----------------
1. HTTP parser: llhttp replaces http_ parser.
2. Memory allocator: mimalloc replaces jemalloc.
2. openssl upgrade to version 1.1.1i.
3. openssl upgrade to version 1.1.1i.

> Other Upadate
-----------------
Expand Down
2 changes: 1 addition & 1 deletion Linux/build-android-ndk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if exist %LIBS_OUT% (
rd /s /q %LIBS_OUT%
)

call ndk-build NDK_PROJECT_PATH=%PROJECT_PATH% NDK_LIBS_OUT=%LIBS_OUT% NDK_OUT=%OBJ_OUT% %*
call ndk-build NDK_PROJECT_PATH=%PROJECT_PATH% NDK_LIBS_OUT=%LIBS_OUT% NDK_OUT=%OBJ_OUT% _MIMALLOC_DISABLED=true %*

call :cp_static_lib arm64-v8a
call :cp_static_lib armeabi-v7a
Expand Down
2 changes: 1 addition & 1 deletion Linux/build-android-ndk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function cp_static_lib

rm -rf $LIBS_OUT

ndk-build NDK_PROJECT_PATH=$PROJECT_PATH NDK_LIBS_OUT=$LIBS_OUT NDK_OUT=$OBJ_OUT $@
ndk-build NDK_PROJECT_PATH=$PROJECT_PATH NDK_LIBS_OUT=$LIBS_OUT NDK_OUT=$OBJ_OUT _MIMALLOC_DISABLED=true $@

cp_static_lib arm64-v8a
cp_static_lib armeabi-v7a
Expand Down
2 changes: 1 addition & 1 deletion Linux/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ parse_args()

do_build()
{
C_LAN_OPTS="-c -x c -I $DEPT_INC_DIR -Wall -Wswitch -Wno-deprecated-declarations -Wempty-body -Wconversion -Wreturn-type -Wparentheses -Wno-pointer-sign -Wno-format -Wuninitialized -Wunreachable-code -Wunused-function -Wunused-value -Wunused-variable -fno-strict-aliasing -fPIC -fvisibility=hidden -fexceptions -std=c17"
C_LAN_OPTS="-c -x c -I $DEPT_INC_DIR -Wall -Wswitch -Wno-deprecated-declarations -Wempty-body -Wconversion -Wreturn-type -Wparentheses -Wno-pointer-sign -Wno-format -Wuninitialized -Wunreachable-code -Wunused-function -Wunused-value -Wunused-variable -fno-strict-aliasing -fPIC -fvisibility=hidden -fexceptions -std=c11"
CPP_LAN_OPTS="-c -x c++ -I $DEPT_INC_DIR -Wall -Wno-class-memaccess -Wno-reorder -Wswitch -Wno-deprecated-declarations -Wempty-body -Wconversion -Wreturn-type -Wparentheses -Wno-format -Wuninitialized -Wunreachable-code -Wunused-function -Wunused-value -Wunused-variable -fno-strict-aliasing -fPIC -fthreadsafe-statics -fvisibility=hidden -fexceptions -frtti -std=c++17"
LINK_OPTS="-Wl,--no-undefined -Wl,-L$DEPT_LIB_DIR -L$DEPT_LIB_DIR -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -shared -Wl,-Bsymbolic"
RELEASE_CFG_OPTS="-g0 -O3 -fomit-frame-pointer -DNDEBUG"
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-arq-pfm/client/client.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-arq-pfm/server/server.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>
</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-arq/client/client.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<RemoteDebuggerCommandArguments>-n 0</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-n 0</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-n 0</RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-arq/server/server.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>
</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-http-4c/agent/agent.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-http-4c/client/client.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<RemoteDebuggerCommandArguments>-a fe80::a00:27ff:fe87:8fd -t 10 -l 10000 -e 1000 -b fe80::a00:27ff:feac:f66e%eth4 -n 0</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-http-4c/server/server.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>
</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<RemoteDebuggerCommandArguments>-a fe80::a00:27ff:fe87:8fd -t 10 -l 10000 -e 1000 -b fe80::a00:27ff:feac:f66e%eth4 -n 0</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-http/agent/agent.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-http/client/client.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<RemoteDebuggerCommandArguments>-a fe80::a00:27ff:fe87:8fd -t 10 -l 10000 -e 1000 -b fe80::a00:27ff:feac:f66e%eth4 -n 0</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-http/server/server.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>
</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-http/syncclient/syncclient.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<RemoteDebuggerCommandArguments>-a fe80::a00:27ff:fe87:8fd -t 10 -l 10000 -e 1000 -b fe80::a00:27ff:feac:f66e%eth4 -n 0</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-lib/agent/agent.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-lib/client/client.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>-b -</RemoteDebuggerCommandArguments>
Expand Down
4 changes: 2 additions & 2 deletions Linux/demo/testecho-lib/server/server.vcxproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>
</RemoteDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<RemoteTarget>279903029;192.168.56.101 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteTarget>279903029;192.168.56.102 (username=, port=22, authentication=Password)</RemoteTarget>
<RemoteDebuggingMode>gdbserver</RemoteDebuggingMode>
<DebuggerFlavor>LinuxDebugger</DebuggerFlavor>
<RemoteDebuggerCommandArguments>
Expand Down
Loading

0 comments on commit eef4b21

Please sign in to comment.