X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=99c1e92e657eaf15906f28b5dfa194b0e6ae17f0;hp=d40acc93202a0c9d1c69d65db3db6a173798c8d4;hb=2a2689e25c5906f66c5154803aae1d705dbf33af;hpb=bd694fdd3dd1417399aecead2c8b91fc4fe95ce8 diff --git a/state.proto b/state.proto index d40acc9..99c1e92 100644 --- a/state.proto +++ b/state.proto @@ -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.