gr-osmosdr/lib/rtl_tcp
Clayton Smith 137c568c60 rtl_tcp: Throw an exception if TCP connection fails
Currently, rtl_tcp_source_c repeatedly calls ::connect until it
succeeds. This can result in 100% CPU utilization and/or a lot of
network traffic. In addition, GUI applications like Gqrx freeze up.
To solve these problems, I've changed the code to report an error
if ::connect fails.

Signed-off-by: Eric Wild <ewild@sysmocom.de>
2020-08-02 23:46:14 +02:00
..
CMakeLists.txt cmake: Go back CMake min ver. 3.8 by removing need for CMP0079 2020-08-02 22:17:05 +02:00
rtl_tcp_source_c.cc rtl_tcp: Throw an exception if TCP connection fails 2020-08-02 23:46:14 +02:00
rtl_tcp_source_c.h RTL-TCP: Convert to single class model 2017-06-11 21:30:47 +02:00
rtl_tcp_source_f.cc Allows connecting to IPv6 hosts if an AAAA record is present 2014-08-14 23:44:46 +02:00
rtl_tcp_source_f.h rtl_tcp: fix ssize_t definition for MSVC 2015-12-06 15:49:44 -08:00