]> git.sesse.net Git - cubemap/blobdiff - state.proto
Fix a problem where streams with paths exactly 7 characters long get broken buffering...
[cubemap] / state.proto
index c6f0e004624ec6545cf40d935890a3528b4df7a0..2eb65e0fff23c20c28d61040deb1d6add37e1fa3 100644 (file)
@@ -46,7 +46,10 @@ message InputProto {
        optional int32 sock = 9;
        optional int64 bytes_received = 11;
        optional int64 data_bytes_received = 12;
+       optional int64 metadata_bytes_received = 16;
+       optional double latency_sec = 17;
        optional int64 connect_time = 13;
+       optional bool is_metacube_encoded = 15 [default=true];
 };
 
 // Corresponds to class Acceptor.