X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=7643bbf53703c95a9938f6e5b18d36f24d774c20;hp=e6aefb51f7515bf4d6306e6303461d50805cbf9a;hb=019d476c729a6c1b6ac001e345d44339ba423221;hpb=1135808bf9df44b879994e6dac07a31eb78c2fdb diff --git a/state.proto b/state.proto index e6aefb5..7643bbf 100644 --- a/state.proto +++ b/state.proto @@ -12,6 +12,7 @@ message ClientProto { optional bytes header_or_short_response = 5; optional int64 header_or_short_response_bytes_sent = 6; optional int64 stream_pos = 7; + optional int64 stream_pos_end = 20 [default=-1]; optional int64 bytes_sent = 10; optional int64 bytes_lost = 11; optional int64 num_loss_events = 12;