From a34ee0eb02a4096dd8916d61c642f3d938220035 Mon Sep 17 00:00:00 2001 From: Dmitriy Gerasimov <naeper@demlabs.net> Date: Tue, 10 Aug 2021 15:57:38 +0700 Subject: [PATCH] [*] Stream timeout callbacks reworked [+] New debug mode for stream protocol --- CMakeLists.txt | 2 +- cellframe-sdk | 2 +- dist/share/configs/cellframe-node.cfg.tpl | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5004ca8e6..0dff9d402 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 4) -SET( CPACK_PACKAGE_VERSION_PATCH 21) +SET( CPACK_PACKAGE_VERSION_PATCH 22) # 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 82a4c32be..fa92cdc76 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit 82a4c32be61546f24629b5232585e75f0ce4b27a +Subproject commit fa92cdc7603afbbea827a2bb9a10e8e98d683fc9 diff --git a/dist/share/configs/cellframe-node.cfg.tpl b/dist/share/configs/cellframe-node.cfg.tpl index fce6ce9e6..72834a736 100644 --- a/dist/share/configs/cellframe-node.cfg.tpl +++ b/dist/share/configs/cellframe-node.cfg.tpl @@ -31,6 +31,11 @@ listen_port_tcp={SERVER_PORT} # If not set - used listen_port_tcp for node table auto fill #ext_port_tcp=8089 +[stream] +# For now its IAES but thats depricated +#preferred_encryption=SALSA2012 +# Debug stream protocol +#debug=true # Build in DNS client (need for bootstraping) [dns_client] -- GitLab