Skip to content

relay: Align OR connection buffer to 31 cells

David Goulet requested to merge dgoulet/tor:ticket40545_047_02 into main

Originally, 32 cells was used but 32 cells doesn't fit into a TLS frame of 16KB at most so we need to use 31 cells for this.

Closes #40545

Signed-off-by: David Goulet dgoulet@torproject.org

Merge request reports