Skip to content
Snippets Groups Projects
Commit a34ee0eb authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Stream timeout callbacks reworked

[+] New debug mode for stream protocol
parent 96373368
No related branches found
No related tags found
No related merge requests found
...@@ -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 4) SET( CPACK_PACKAGE_VERSION_MINOR 4)
SET( CPACK_PACKAGE_VERSION_PATCH 21) SET( CPACK_PACKAGE_VERSION_PATCH 22)
# 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 82a4c32be61546f24629b5232585e75f0ce4b27a Subproject commit fa92cdc7603afbbea827a2bb9a10e8e98d683fc9
...@@ -31,6 +31,11 @@ listen_port_tcp={SERVER_PORT} ...@@ -31,6 +31,11 @@ listen_port_tcp={SERVER_PORT}
# If not set - used listen_port_tcp for node table auto fill # If not set - used listen_port_tcp for node table auto fill
#ext_port_tcp=8089 #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) # Build in DNS client (need for bootstraping)
[dns_client] [dns_client]
......
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