From 0ba86357d77e7b9e4c14017efff0d0ee613da54f Mon Sep 17 00:00:00 2001 From: anarcat Date: Thu, 5 Mar 2015 08:51:26 -0500 Subject: [PATCH] clarify that 4095 bytes is not a typo i am actually assuming this right now, i haven't double-checked --- docs/internals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.rst b/docs/internals.rst index 45daa52b7..bd4022c1b 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -151,7 +151,7 @@ Chunks ------ |project_name| uses a rolling checksum with Buzhash_ algorithm, with -window size of 4095 bytes, with a minimum of 1024, and triggers when +window size of 4095 bytes (`0xFFF`), with a minimum of 1024, and triggers when the last 16 bits of the checksum are null, producing chunks of 64kB on average. All these parameters are fixed. The buzhash table is altered by XORing it with a seed randomly generated once for the archive, and