Add protocol entry for server status

Ref #2474
This commit is contained in:
Gavin Bisesi 2018-07-22 12:53:24 -04:00
parent 986e405ca7
commit 1fc0774270
4 changed files with 39 additions and 0 deletions

View file

@ -61,6 +61,7 @@ message Response {
FORGOT_PASSWORD_REQUEST = 1016;
REPLAY_LIST = 1100;
REPLAY_DOWNLOAD = 1101;
SERVER_STATUS = 1200;
}
required uint64 cmd_id = 1;
optional ResponseCode response_code = 2;