Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions build/bazel/remote/execution/v2/remote_execution.pb.go
Original file line number Diff line number Diff line change
Expand Up @@ -4643,6 +4643,11 @@ func (x *FastCdc2020Params) GetSeed() uint32 {
// selected where the Gear rolling hash is maximized within a lookahead
// window of horizon_size_bytes.
//
// For sufficiently large files, the average chunk size prior to
// deduplication will approximately be min_chunk_size_bytes divided by
// Rényi's parking constant (0.7475979203...). More details:
// https://mathworld.wolfram.com/RenyisParkingConstants.html
//
// If any of the advertised parameters are not within the expected range,
// the client SHOULD ignore RepMaxCDC chunking function support.
type RepMaxCdcParams struct {
Expand Down
5 changes: 5 additions & 0 deletions build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2409,6 +2409,11 @@ message FastCdc2020Params {
// selected where the Gear rolling hash is maximized within a lookahead
// window of horizon_size_bytes.
//
// For sufficiently large files, the average chunk size prior to
// deduplication will approximately be min_chunk_size_bytes divided by
// Rényi's parking constant (0.7475979203...). More details:
// https://mathworld.wolfram.com/RenyisParkingConstants.html
//
// If any of the advertised parameters are not within the expected range,
// the client SHOULD ignore RepMaxCDC chunking function support.
message RepMaxCdcParams {
Expand Down