You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: We could NOT drop the request here, and penalize the peer again if
// sends multiple penalizable chunks after the first invalid.
If we get an error validating a response in on_single_block_response, currently we drop the request and downscore once, but we could be in the middles of downloading a stream of responses. We wouldn't downscore subsequent invalid responses.
The text was updated successfully, but these errors were encountered:
Description
From @dapplion in #5583
If we get an error validating a response in
on_single_block_response
, currently we drop the request and downscore once, but we could be in the middles of downloading a stream of responses. We wouldn't downscore subsequent invalid responses.The text was updated successfully, but these errors were encountered: