>
09/04/2026 22:17
## Revisamos PR #34628
p2p: Replace per-peer transaction rate-limiting with global rate limits
Link: https://github.com/bitcoin/bitcoin/pull/34628
p2p: Replace per-peer transaction rate-limiting with global rate limits
Link: https://github.com/bitcoin/bitcoin/pull/34628

p2p: Replace per-peer transaction rate-limiting with global rate li...
Per-peer m_tx_inventory_to_send queues have CPU and memory costs that scale with both queue size and peer count. Under high transaction volume, this has previously caused severe issues (May 2023 di...