From the Peer list section of the spec:
When a node receives a packet from a peer that includes flags.throttle=1
, it will increment the throttle count for that peer; when it receives a packet from a peer that includes flags.throttle=0
, it will decrement the throttle count for that peer unless it is already 0. When a node tries to send a packet to a peer with a throttle value greater than 0, it first checks the last_tx value; if it is more than throttle * 1000
ms in the past, transmit the packet, otherwise schedule the transmission for last_tx + throttle * 1000
.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too