]> git.sesse.net Git - cubemap/blobdiff - state.proto
When adding new streams that are copies of old streams, copy the HTTP header.
[cubemap] / state.proto
index 93c56e357227b549787bcdc9ed66b865507318d3..99c1e92e657eaf15906f28b5dfa194b0e6ae17f0 100644 (file)
@@ -43,6 +43,9 @@ message InputProto {
        optional bytes pending_data = 7;
        optional bool has_metacube_header = 8;
        optional int32 sock = 9;
+       optional int64 bytes_received = 11;
+       optional int64 data_bytes_received = 12;
+       optional int64 connect_time = 13;
 };
 
 // Corresponds to class Acceptor.