X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=state.proto;h=e6aefb51f7515bf4d6306e6303461d50805cbf9a;hp=35d5c505c7a157c072cc3e312f2aff66da5f9206;hb=a8c43c314bbda25fa53b487042b4f8f85cb34c2d;hpb=2494f1e73d7910cfba3808be0bce9697f28df094 diff --git a/state.proto b/state.proto index 35d5c50..e6aefb5 100644 --- a/state.proto +++ b/state.proto @@ -28,7 +28,7 @@ message StreamProto { optional bytes stream_header = 7; repeated int32 data_fds = 8; optional int64 backlog_size = 5 [default=10485760]; - optional int64 prebuffering_bytes = 10 [default=0]; + // Tag 10 is unused from 1.4.0 up (it used to be prebuffering_bytes). optional int64 bytes_received = 3; repeated int64 suitable_starting_point = 9; optional string url = 4;