mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 20:37:50 +02:00
Added network sink and fixes to the networking lib
This commit is contained in:
@ -200,7 +200,7 @@ private:
|
||||
|
||||
void startServer() {
|
||||
try {
|
||||
listener = net::listen(net::PROTO_TCP, hostname, port);
|
||||
listener = net::listen(hostname, port);
|
||||
listener->acceptAsync(clientHandler, this);
|
||||
}
|
||||
catch (std::exception e) {
|
||||
|
Reference in New Issue
Block a user