privacy-map

A6

Pre-warmed QUIC/TCP Connections

Routing & Transport Implementation

Description

Maintaining persistent, multiplexed connections to eliminate handshake overhead on the critical path of attestation broadcast.

Relationships

TargetTypeNote
P1benefitsEliminates TLS/QUIC handshake latency from propagation path.
P6benefitsCrucial for meeting the 2-second slot time targets.
P2hurtsMaintaining many open stateful connections consumes memory.
P7hurtsRequires careful stream management and peer discovery tuning.
P3hurtsProactive connection to subnets leaks validator intent to peers.
A2enablesPre-warmed connections are required to meet OHTTP latency targets.

Open questions

  • Resource exhaustion on nodes holding many open streams.
  • Impact on peer discovery churn.

References

Relationships

Dir Target Type
P1 Latency Bound benefits
P6 BFT Compatibility benefits
P2 Bandwidth Overhead hurts
P7 Implementation Complexity hurts
P3 Identity Unlinkability hurts
A2 OHTTP-Style Two-Hop Shuffles enables