Skip to content
Snippets Groups Projects
Commit 97b43ef9 authored by alexander.lysikov's avatar alexander.lysikov
Browse files

turned off keepalive packets

parent 4781932c
No related branches found
No related tags found
1 merge request!8turned off keepalive packets
......@@ -125,7 +125,7 @@ int dap_stream_init( bool a_dump_packet_headers)
bKeepaliveLoopQuitSignal = false;
pthread_mutex_init( &s_mutex_keepalive_list, NULL );
pthread_create( &keepalive_thread, NULL, stream_loop, NULL );
//pthread_create( &keepalive_thread, NULL, stream_loop, NULL );
log_it(L_NOTICE,"Init streaming module");
......
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