This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Limit number of transactions in single packet #4068
Labels
F3-annoyance 💩
The client behaves within expectations, however this “expected behaviour” itself is at issue.
M4-core ⛓
Core client code / Rust.
Milestone
When propagating transactions, instead of propagating whole transaction queue content at once, propagate up to
64
transactions in single packet.Since we keep track of propagated transactions we will propagate more in subsequent timer events.
The text was updated successfully, but these errors were encountered: