X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=state.proto;h=bfacdbf4ecf202fea59e602dd673ecee345d6110;hb=a0949bd6af9a604e7073354fc530353bbdb7871c;hp=17d5edc419ba340eca2693b65f7866d335fb1ea3;hpb=f51b3892514540ff3f08ab052296091f3a6f7a93;p=cubemap diff --git a/state.proto b/state.proto index 17d5edc..bfacdbf 100644 --- a/state.proto +++ b/state.proto @@ -8,7 +8,10 @@ message ClientProto { optional string stream_id = 4; optional bytes header_or_error = 5; optional int64 header_or_error_bytes_sent = 6; - optional int64 bytes_sent = 7; + 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.