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

[*] libdap-chain-crypto -> libdap-crypto

parent eca304df
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ static bool s_dump_packet_headers = false;
bool dap_stream_get_dump_packet_headers(){ return s_dump_packet_headers; }
static struct timespec keepalive_loop_sleep = { 0, STREAM_KEEPALIVE_TIMEOUT * 1000 * 1000 * 1000 };
static struct timespec keepalive_loop_sleep = { 0, STREAM_KEEPALIVE_TIMEOUT * 1000 * 1000 };
// Start keepalive stream
static void *stream_loop( void *arg )
......
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