From 6ce735b37aa9a4e9fb09422e46ff61f0cd46a997 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Fri, 13 Nov 2020 00:33:12 +0700 Subject: [PATCH] [+] debug_reactor option [*] Changed RDHUP behaviour --- CMakeLists.txt | 2 +- cellframe-sdk | 2 +- dist/share/configs/dapcash-node.cfg.tpl | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8419de7..1787178 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11) SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}") SET( CPACK_PACKAGE_VERSION_MAJOR 4) SET( CPACK_PACKAGE_VERSION_MINOR 1) -SET( CPACK_PACKAGE_VERSION_PATCH 31) +SET( CPACK_PACKAGE_VERSION_PATCH 32) # init CellFrame SDK add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"") diff --git a/cellframe-sdk b/cellframe-sdk index 5f27d79..3fabe30 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit 5f27d799d667e84a2d183373719387247095b294 +Subproject commit 3fabe3018b187a4be04a7383d46bdeb067a53fb9 diff --git a/dist/share/configs/dapcash-node.cfg.tpl b/dist/share/configs/dapcash-node.cfg.tpl index de66987..8d24987 100644 --- a/dist/share/configs/dapcash-node.cfg.tpl +++ b/dist/share/configs/dapcash-node.cfg.tpl @@ -2,6 +2,9 @@ [general] debug_mode={DEBUG_MODE} 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=false auto_online={AUTO_ONLINE} -- GitLab