]> 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 d40acc93202a0c9d1c69d65db3db6a173798c8d4..99c1e92e657eaf15906f28b5dfa194b0e6ae17f0 100644 (file)
@@ -45,6 +45,7 @@ message InputProto {
        optional int32 sock = 9;
        optional int64 bytes_received = 11;
        optional int64 data_bytes_received = 12;
+       optional int64 connect_time = 13;
 };
 
 // Corresponds to class Acceptor.