const MAX_PENDING_SURBS: u64 = 100_000;Expand description
Ceiling on SURBs awaiting a reply before the oldest are forgotten.
Only bounds memory: a SURB evicted early simply stops being creditable, which understates delivery slightly rather than misattributing it.