소스 검색

clarify that 4095 bytes is not a typo

i am actually assuming this right now, i haven't double-checked
anarcat 10 년 전
부모
커밋
0ba86357d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/internals.rst

+ 1 - 1
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