From 5fd18ccdb08cf8f35b0ab7eed857387433bddbbb Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Wed, 20 Nov 2019 18:30:58 +0700 Subject: [PATCH] [*] libdap-chain-crypto -> libdap-crypto --- stream/dap_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/dap_stream.c b/stream/dap_stream.c index 668df23..27eb4de 100644 --- a/stream/dap_stream.c +++ b/stream/dap_stream.c @@ -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 ) -- GitLab