mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
Added network sink and fixes to the networking lib
This commit is contained in:
@ -163,7 +163,7 @@ namespace spyserver {
|
||||
}
|
||||
|
||||
SpyServerClient connect(std::string host, uint16_t port, dsp::stream<dsp::complex_t>* out) {
|
||||
net::Conn conn = net::connect(net::PROTO_TCP, host, port);
|
||||
net::Conn conn = net::connect(host, port);
|
||||
if (!conn) {
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user