nimbus-eth2 icon indicating copy to clipboard operation
nimbus-eth2 copied to clipboard

Limit number of chunks in response to request

Open arnetheduck opened this issue 5 years ago • 0 comments

In BeaconBlocksByRange, we request a number of blocks which will result in a number of chunks in the response. If the other peer sends more chunks than that, we should abort the chunk downloading early, or the remote client can cause us to do more processing / deserialization than necessary.

arnetheduck avatar Sep 10 '20 11:09 arnetheduck