Skip to content

wrong math comment

pseudonymisaTor requested to merge pseudonymisaTor/tor:kist_buffer_calc into main

A single cell is 514 bytes, not 512 bytes.

8 × 514 = 4112 != 4096 != 4 KiB

Since the cell size increased by two bytes. It increased to 514 bytes when we added support for 32-bit circuit IDs.

Merge request reports