pub const MAX_INFLIGHT: usize = 32;Expand description
How many requests one control connection may have in flight at once (#172), after which it
answers ERR_TOO_MANY_INFLIGHT. Per connection, not per daemon.
pub const MAX_INFLIGHT: usize = 32;How many requests one control connection may have in flight at once (#172), after which it
answers ERR_TOO_MANY_INFLIGHT. Per connection, not per daemon.