Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

QUIC server not supporting 0-RTT #35584

Closed
HGuillemet opened this issue Jun 13, 2024 · 1 comment
Closed

QUIC server not supporting 0-RTT #35584

HGuillemet opened this issue Jun 13, 2024 · 1 comment
Labels
community Community contribution

Comments

@HGuillemet
Copy link

Problem

The QUIC server doesn't not accept client connections with 0-RTT. Is that a wanted behaviour ?
The rust-ls server config parameter max_early_data_size must be set to u32::MAX so that the necessary crypto data is sent to the client and future 0-RTT connections are enabled. Solana currently uses the default of 0.

Proposed Solution

Add

server_tls_config.max_early_data_size=u32::MAX;

here.

@HGuillemet HGuillemet added the community Community contribution label Jun 13, 2024
Copy link
Contributor

This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community Community contribution
Projects
None yet
Development

No branches or pull requests

1 participant