mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-04 22:05:41 +08:00
Add new remote command:
- hosts: display connected hosts, or NONE if disconnected (surrounded with double quotes). Increase buffer size, for reply string, from 100 to 1024.
This commit is contained in:
@@ -51,6 +51,7 @@ m_random()
|
||||
m_addrLen = 0U;
|
||||
|
||||
m_linkReflector = new unsigned char[DSTAR_LONG_CALLSIGN_LENGTH];
|
||||
::memset(m_linkReflector, 0, DSTAR_LONG_CALLSIGN_LENGTH);
|
||||
|
||||
std::random_device rd;
|
||||
std::mt19937 mt(rd());
|
||||
|
||||
Reference in New Issue
Block a user