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:
Daniel Caujolle-Bert
2022-01-21 10:51:41 +00:00
parent e0adf4328b
commit a30ae3af4d
6 changed files with 48 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
#include <chrono>
#include <thread>
const unsigned int BUFFER_LENGTH = 100U;
const unsigned int BUFFER_LENGTH = 1024U;
int main(int argc, char** argv)
{