Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Reduce bad txs with wrong sequence numbers sent by spammers #42

Open
philipstanislaus opened this issue Nov 21, 2018 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@philipstanislaus
Copy link
Contributor

Spammers currently produce 5-15% bad txs with wrong sequence numbers. The reason is probably that sometimes one spammer is sending 2 txs so close to each other that the second tx with sequence n+1 arrives before the first with sequnce n. We can reduce the amount of bad txs by enforcing a minimum wait time between two txs from the same spammer, e. g. 2x latency.

@philipstanislaus philipstanislaus added the enhancement New feature or request label Nov 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant