Constant tor_cell::chancell::CELL_DATA_LEN[][src]

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 now circuit IDs are longer, so cells are 514 bytes.