mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Add M17 network status to Remote command "status" output.
YSFNetwork: fix ::IsConnected(), it should not take m_enabled in account.
This commit is contained in:
@@ -46,6 +46,8 @@ public:
|
||||
|
||||
void clock(unsigned int ms);
|
||||
|
||||
bool isConnected() const;
|
||||
|
||||
private:
|
||||
CUDPSocket m_socket;
|
||||
sockaddr_storage m_addr;
|
||||
|
||||
Reference in New Issue
Block a user