Merge pull request #736 from f1rmb/hosts_remote_command

Add new remote command:
This commit is contained in:
Jonathan Naylor
2022-01-24 07:12:44 +00:00
committed by GitHub
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)
{