]> git.sesse.net Git - cubemap/blobdiff - state.proto
Identify UDPInput error messages by the stream, too.
[cubemap] / state.proto
index 17d5edc419ba340eca2693b65f7866d335fb1ea3..bfacdbf4ecf202fea59e602dd673ecee345d6110 100644 (file)
@@ -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.