chia-blockchain/tests/core/server
Arvid Norberg 912dc84663
don't increment counters for outgoing messages blocked by the rate limit. (#3518)
This was causing a problem where outbound messages, blocked by the rate limiter,
would still increment the counters as-if they had been sent. This, in turn,
could cause other message types to get blocked becuase the rate limiter thought
we had sent a lot of the other (blocked) message type.
2021-05-03 11:18:29 -07:00
..
test_dos.py don't increment counters for outgoing messages blocked by the rate limit. (#3518) 2021-05-03 11:18:29 -07:00
test_rate_limits.py don't increment counters for outgoing messages blocked by the rate limit. (#3518) 2021-05-03 11:18:29 -07:00