]> git.ipfire.org Git - thirdparty/zstd.git/commit
[doc] Clarify requirements around Block_Maximum_Size in spec dev
authorNick Terrell <terrelln@meta.com>
Thu, 14 May 2026 17:55:54 +0000 (13:55 -0400)
committerNick Terrell <nickrterrell@gmail.com>
Thu, 14 May 2026 22:45:42 +0000 (18:45 -0400)
commit5233c58e6ca0b1c4c6b353ad79649191ed195bdc
tree336d9076c71e9e664b12d1262efed8affb93adf6
parentc367e0c149de8a71d7c8c22f79b700b498733c38
[doc] Clarify requirements around Block_Maximum_Size in spec

Clarify that it is legal to send compressed blocks that are larger than the
uncompressed size so long as their `Block_Content` is no larger than
`Block_Maximum_Size`.

See https://github.com/facebook/zstd/issues/4667
doc/zstd_compression_format.md