diff --git a/CMakeLists.txt b/CMakeLists.txt index 8419de7b9645fbe82ca2dc095f9fdba94b7fba2c..1787178f43f6f4d2c014e9c3f700b66a73a98b4d 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 5f27d799d667e84a2d183373719387247095b294..3fabe3018b187a4be04a7383d46bdeb067a53fb9 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 de66987f631ca4f87f8b0a2e1d396046c7c05b1d..8d24987bb1d6565dca2b75a1e80d6cc9d70b4122 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}