pub const CIRCUIT_BUFFER_SIZE: usize = 128;
The size of the buffer for communication between ClientCirc and its reactor.
ClientCirc