firedancer-io / firedancer

Firedancer is Jump Crypto's Solana validator software.
https://firedancer.io
Other
921 stars 166 forks source link

quic: gracefully ignore STOP_SENDING frame #2263

Closed ripatel-fd closed 3 months ago

ripatel-fd commented 3 months ago

TPU only uses short-lived streams so we shouldn't ever see a STOP_SENDING frame from a peer. This patch changes frame handling logic to ignore but ACK STOP_SENDING frames instead of dropping the packet.