mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 06:42:43 +00:00
potential fix for #677
This commit is contained in:
@@ -71,6 +71,11 @@ namespace server {
|
||||
std::mutex handledMtx;
|
||||
};
|
||||
|
||||
enum ConnectionError {
|
||||
CONN_ERR_TIMEOUT = -1,
|
||||
CONN_ERR_BUSY = -2
|
||||
};
|
||||
|
||||
class Client {
|
||||
public:
|
||||
Client(std::shared_ptr<net::Socket> sock, dsp::stream<dsp::complex_t>* out);
|
||||
|
||||
Reference in New Issue
Block a user