X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=state.proto;h=87b028c9dae465f5202dca469c8702f7f8b24090;hb=340489a8e732519182ecbc92116e7dfa2997143c;hp=9644120a81b268c263a691fb8096b4f103d2f04b;hpb=1071b76d8e60d51d88d4e1310e7d6261b628a454;p=cubemap diff --git a/state.proto b/state.proto index 9644120..87b028c 100644 --- a/state.proto +++ b/state.proto @@ -9,6 +9,9 @@ message ClientProto { optional bytes header_or_error = 5; optional int64 header_or_error_bytes_sent = 6; optional int64 stream_pos = 7; + optional int64 bytes_sent = 10; + optional int64 bytes_lost = 11; + optional int64 num_loss_events = 12; }; // Corresponds to struct Stream. @@ -23,7 +26,6 @@ message StreamProto { // Corresponds to class Input. message InputProto { optional int32 state = 1; - optional string stream_id = 2; optional string url = 3; optional bytes request = 4; optional int32 request_bytes_sent = 5;