mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 00:31:30 +03:00
make proto compatible to c++
This commit is contained in:
@@ -59,6 +59,7 @@ message RegisterPk {
|
||||
|
||||
message RegisterPkResponse {
|
||||
enum Result {
|
||||
UNKNOWN = 0;
|
||||
OK = 1;
|
||||
UUID_MISMATCH = 2;
|
||||
ID_EXISTS = 3;
|
||||
@@ -74,6 +75,7 @@ message PunchHoleResponse {
|
||||
bytes socket_addr = 1;
|
||||
bytes pk = 2;
|
||||
enum Failure {
|
||||
UNKNOWN = 0;
|
||||
ID_NOT_EXIST = 1;
|
||||
OFFLINE = 2;
|
||||
LICENSE_MISMATCH = 3;
|
||||
|
||||
Reference in New Issue
Block a user