refactoring, additional command, improvements

This commit is contained in:
2022-02-04 17:41:10 +01:00
parent b3b95877fb
commit ed376b6f82
3 changed files with 37 additions and 16 deletions

View File

@ -3,4 +3,5 @@ MSG_BYTES = 1024
CMD_START = 'start'
CMD_STOP = 'stop'
CMD_STOP_ALL = 'stop_all'
CMD_SIZE = 'size'
CLIENT_EXIT = 'exit'