Skip to content
Snippets Groups Projects
Commit 6ce735b3 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] debug_reactor option

[*] Changed RDHUP behaviour
parent 4f48811d
No related branches found
No related tags found
No related merge requests found
Pipeline #6349 passed with stage
in 4 minutes and 46 seconds
...@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11) ...@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4) SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 1) SET( CPACK_PACKAGE_VERSION_MINOR 1)
SET( CPACK_PACKAGE_VERSION_PATCH 31) SET( CPACK_PACKAGE_VERSION_PATCH 32)
# init CellFrame SDK # init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"") add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
......
Subproject commit 5f27d799d667e84a2d183373719387247095b294 Subproject commit 3fabe3018b187a4be04a7383d46bdeb067a53fb9
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
[general] [general]
debug_mode={DEBUG_MODE} debug_mode={DEBUG_MODE}
debug_dump_stream_headers={DEBUG_STREAM_HEADERS} debug_dump_stream_headers={DEBUG_STREAM_HEADERS}
# Debug I/O reactor, false by default
#debug_reactor=false
# seed mode. WARNING. Used true only when you start the new network # seed mode. WARNING. Used true only when you start the new network
#seed_mode=false #seed_mode=false
auto_online={AUTO_ONLINE} auto_online={AUTO_ONLINE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment