ADD: added clocalClientsClass and ping pong check
This commit is contained in:
@@ -46,7 +46,7 @@ namespace WHISPER
|
||||
std::atomic<bool> connected;
|
||||
|
||||
/// attribute identifying this service as a gateway and all packets should be forwarded
|
||||
bool gateway = false;
|
||||
std::atomic<bool> gateway = false;
|
||||
|
||||
/// variable for holding the receive thread identifier
|
||||
std::thread receiveThread;
|
||||
|
||||
Reference in New Issue
Block a user