Constant CELL_DATA_LEN

Source
pub const CELL_DATA_LEN: usize = 509;
Expand description

The amount of data sent in a fixed-length cell.

Historically, this was set at 509 bytes so that cells would be 512 bytes long once commands and circuit IDs were added. But since protocol version 4, circuit IDs are 2 bytes longer, so cells are now 514 bytes.