synchronizing with host versions

This commit is contained in:
philippe44
2023-05-10 16:45:50 +02:00
parent bc4e56eabc
commit 93a2c0969c
5 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
syntax = "proto2";
enum CpuFamily {
CPU_UNKNOWN = 0x0;
CPU_X86 = 0x1;

View File

@@ -1,3 +1,5 @@
syntax = "proto2";
message LoginCryptoDiffieHellmanChallenge {
required bytes gs = 0xa;
}

View File

@@ -1,3 +1,5 @@
syntax = "proto2";
message Header {
optional string uri = 0x01;
optional string method = 0x03;

View File

@@ -1,3 +1,5 @@
syntax = "proto2";
enum MessageType {
kMessageTypeHello = 0x1;
kMessageTypeGoodbye = 0x2;