pub const REVERSE_FORWARD_QUEUE_DEPTH: usize = 64;Expand description
Queue depth for channels the server opens on an active reverse forward.
Bounded on purpose: the peer decides how fast these arrive, so an unbounded queue would let a hostile server grow our memory without ever connecting.