pub const DEFAULT_MAX_CONCURRENT_REASSEMBLIES: usize = 16;Expand description
How many distinct chunked signals may be reassembling at once.
A peer opening an unbounded number of ids, each fed only a fraction of its chunks, would
otherwise grow this connection’s memory without limit.