X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=99c1e92e657eaf15906f28b5dfa194b0e6ae17f0;hp=93c56e357227b549787bcdc9ed66b865507318d3;hb=209631aff205c124059b9e4ae7e93c3fb7a4194f;hpb=1c6b126fe95eb0465383ba225da764757eba05c0 diff --git a/state.proto b/state.proto index 93c56e3..99c1e92 100644 --- a/state.proto +++ b/state.proto @@ -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.