teku
teku copied to clipboard
p2p: Deprecate TTFB, RESP_TIMEOUT, introduce rate limiting
https://github.com/ethereum/consensus-specs/pull/3767
this retro-compatible change and is not strictly tight to Electra fork
Haven't implemented yet:
- [ ] The responder MAY penalise peers that concurrently open more than
MAX_CONCURRENT_REQUESTSstreams for the same request type, for the protocol IDs defined in this specification. - [ ] The responder MAY rate-limit chunks by withholding each chunk until capacity is available.
@StefanBratanov @tbenr can this be closed?
@rolfyone I left it open because of the MAYs that we haven't implemented