Explicit echo ack protobuf with reliable semantics

This commit is contained in:
Keith Winstein
2012-02-25 14:34:39 -05:00
parent e9ce05bc7b
commit 3a92cd1393
13 changed files with 72 additions and 51 deletions
+5
View File
@@ -19,7 +19,12 @@ message ResizeMessage {
optional int32 height = 6;
}
message EchoAck {
optional uint64 echo_ack_num = 8;
}
extend Instruction {
optional HostBytes hostbytes = 2;
optional ResizeMessage resize = 3;
optional EchoAck echoack = 7;
}